Browse Source

tweak css for some browsers, suggested by Thierry Godefroy

Thijs Kinkhorst 17 years ago
parent
commit
ec6c1cf16d
1 changed files with 4 additions and 3 deletions
  1. 4 3
      templates/default/css/options.css

+ 4 - 3
templates/default/css/options.css

@@ -68,20 +68,21 @@
 }
 
 #optionDisplay  td.optionValue  {
-    text-align:left;
+    text-align: left;
 }
 
 #optionOrder  {
-    text-align:center;
+    text-align: center;
 }
 
 #optionOrder    table   {
+    text-align: center;
     margin-left: auto;
     margin-right: auto;
     margin-top: 8px;
     margin-bottom: 8px;
     width: 95%;
-    border: 1px solid #dcdcdc
+    border: 1px solid #dcdcdc;
 }
 
 #optionOrder    table.moveFields    {