updates for sparql data getter and updates to data getter utils

This commit is contained in:
hjkhjk54 2012-02-29 19:18:07 +00:00
parent eb1ff58879
commit 558985d542
5 changed files with 274 additions and 7 deletions

View file

@ -0,0 +1,13 @@
.resultRow {
float:none;
clear:both;
}
.resultCell {
float:left;
border:1px solid #000000;
}
.resultHeading {
font-weight:bold;
}