css scoping, false dimensions of <tree>s and urlbar space
[themes.git] / LCARStrek / global / skin / box.css
diff --git a/LCARStrek/global/skin/box.css b/LCARStrek/global/skin/box.css
deleted file mode 100755 (executable)
index d933aca..0000000
+++ /dev/null
@@ -1,54 +0,0 @@
-
-titledbox
-  {
-    -moz-border-radius    : 5px;
-    border                : 2px groove #9C9CFF;
-    padding               : 7px !important;
-    margin                : 5px;
-  }
-
-label
-  {
-    margin                : 0px 40px 2px 6px;
-    padding               : 0px 3px 0px 3px;
-/*    background-color      : ThreeDFace; */
-  } 
-
-.titledbox-body
-  {
-    display               : block;
-    padding               : inherit;
-  }
-
-    
-/** box formatting **/
-  box[autostretch="never"]
-    {
-      vertical-align      : middle;
-    }
-    
-  box[autostretch="never"][valign="top"]
-    {
-      vertical-align      : top;
-    }
-    
-  box[autostretch="never"][valign="bottom"]
-    {
-      vertical-align      : bottom;
-    }
-    
-  box[autostretch="never"][halign="center"] 
-    {
-      text-align          : center;
-    }
-    
-  box[autostretch="never"][halign="right"]
-    {
-      text-align          : right;
-    }
-
-  row[autostretch="never"]
-    {
-      vertical-align      : middle;
-    }
-