Adjust css styling for proper display in firefox

This commit is contained in:
bergware
2017-06-25 00:12:01 +02:00
parent 8fa10409f4
commit e1190b47c4
+2 -1
View File
@@ -498,7 +498,8 @@ if($msg){
<? endif ?>
<style>
div.four label{float:left;display:table-cell;width:25%;font-size:12px}
div.four{font-size:12px;width:300px}
div.four label{float:left;display:table-cell;width:25%}
div.four label:nth-child(4n+4){float:none;clear:both}
div.four label.cpu1{width:32%}
div.four label.cpu2{width:23%}