update to suite default status of 2009-01-30: bug 474807 - replace 4-piece margin...
[themes.git] / LCARStrek / editor / editorFormatToolbar.css
index fa8b4ab7c5d779461d9d52687ecf20a324462461..d94b504d672a14fa10747dd2d10f9784ed207999 100644 (file)
 }
 
 #TextColorButton {
-  margin: 2px 9px 9px 2px;
+  margin-top: 2px;
+  margin-bottom: 9px;
+  -moz-margin-start: 2px;
+  -moz-margin-end: 9px;
 }
 
 #BackgroundColorButton {
-  margin: 9px 2px 2px 9px;
+  margin-top: 9px;
+  margin-bottom: 2px;
+  -moz-margin-start: 9px;
+  -moz-margin-end: 2px;
 }
 
 #HighlightColorButton {