update DOM inspector to development up to 2009-02-12
[themes.git] / LCARStrek / global / splitter.css
index 70a2c58528dbb0def4f64faee38575179fc3fd00..acce973bbc1fc063b66df5237acf1f24637f7753 100644 (file)
  *
  * ***** END LICENSE BLOCK ***** */
 
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
 /* ===== splitter.css ===================================================
   == Styles used by the XUL splitter element.
   ======================================================================= */
 
+@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
+
 /* ::::: splitter (vertical) ::::: */
 
 splitter {
@@ -52,7 +52,7 @@ splitter {
   border-bottom: 3px solid black;
   min-width: 6px;
   background-color: #9C9CFF;
-  margin: 0px 3px 0px 3px;
+  margin: 0px 3px;
 }
 
 splitter[state="dragging"],
@@ -73,7 +73,7 @@ splitter[orient="vertical"] {
   border-left: 3px solid black;
   border-right: 3px solid black;
   min-height: 6px;
-  margin: 3px 0px 3px 0px;
+  margin: 3px 0px;
 }
 
 /* ::::: splitter grippy ::::: */