tweak css for some browsers, suggested by Thierry Godefroy
[squirrelmail.git] / templates / default / css / options.css
index 9eec19d52801982e9bf03505eac58917210c8f75..b39d36388eeb1af7fb85972ea915ee9e65922fbf 100644 (file)
 }
 
 #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    {