13 lines
143 B
CSS
13 lines
143 B
CSS
![]() |
.resultRow {
|
||
|
float:none;
|
||
|
clear:both;
|
||
|
}
|
||
|
|
||
|
.resultCell {
|
||
|
float:left;
|
||
|
border:1px solid #000000;
|
||
|
}
|
||
|
|
||
|
.resultHeading {
|
||
|
font-weight:bold;
|
||
|
}
|