rewrite of LCARStrek for 0.9.8(+): big moving around and rewirting of things, see...
[themes.git] / LCARStrek / communicator / search / internetresults.css
index a580f14a2f049d3afcdb6edf221852e27622fc17..bc362c2cd55fde5aa8e6ef632729b3cb13e0a0e1 100644 (file)
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
-#multi-results-header 
-  {
-    background-color      : #9C9CFF; 
-    color                 : #000000; 
-    font-weight           : bold;
-    padding               : 3px 0px 2px 6px;
-    -moz-border-radius    : 8px 0px 0px 0px;
-  }
+#multi-results-header {
+  background-color: #9C9CFF; 
+  color: #000000; 
+  font-weight: bold;
+  padding: 3px 0px 2px 6px;
+  -moz-border-radius: 8px 0px 0px 0px;
+}
 
-#engineTabs 
-  {
-    /*don't know why its not setting the color*/
-    background-color      : #9C9CFF;
-    padding               : 2px 0px 2px 0px;
-  }
+#engineTabs {
+  padding: 2px 0px 2px 0px;
+  /* don't know why its not setting the color */
+  background-color: #9C9CFF;
+}
 
 #engineTabs > text {
-    margin-top            : 5px;
-    color                 : #000000;
+  margin-top: 5px;
+  color: #000000;
 }
 
 #engineTabs > button {
-    -moz-border-radius    : 8px 8px 0px 0px;
-    margin-left           : 5px;
-    margin-right          : 5px;
+  -moz-border-radius: 8px 8px 0px 0px;
+  margin-left: 5px;
+  margin-right: 5px;
 }
 
-#internetresultstree
-  {
-    border                : none;
-  }  
+#internetresultstree {
+  border: none;
+}  
   
-#internetresultstree > .tree-container-treerows
-  {
-    border-right          : none;
-    border-left           : none;
-  }
+#internetresultstree > .tree-container-treerows {
+  border-right: none;
+  border-left: none;
+}