updates for sparql data getter and updates to data getter utils
This commit is contained in:
parent
eb1ff58879
commit
558985d542
5 changed files with 274 additions and 7 deletions
13
webapp/web/css/menupage/sparqlresults.css
Normal file
13
webapp/web/css/menupage/sparqlresults.css
Normal file
|
@ -0,0 +1,13 @@
|
|||
.resultRow {
|
||||
float:none;
|
||||
clear:both;
|
||||
}
|
||||
|
||||
.resultCell {
|
||||
float:left;
|
||||
border:1px solid #000000;
|
||||
}
|
||||
|
||||
.resultHeading {
|
||||
font-weight:bold;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue