fix a few about: styles while working on further ones
[themes.git] / LCARStrek / global / plugins.css
index 1003b02cbc4132c4d683b4e18b990579a30df8ec..2c797260c312ba2f80160e8a1e88fcc5c0b128dd 100644 (file)
@@ -42,7 +42,7 @@
 body {
   background-color: #000000;
   color: #FF9F00;
-  font: 12px helvetica,arial,tahoma,sans-serif;
+  font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
 }
 
 a:link, a:visited, a:active {
@@ -50,6 +50,8 @@ a:link, a:visited, a:active {
   color: #FFCF00;
   background-color: #000000;
   text-decoration: none;
+  -moz-padding-start: 1px;
+  -moz-padding-end: 1px;
 }
 
 a:hover {
@@ -62,10 +64,10 @@ hr {
 }
 
 div#outside {
- text-align: justify;
- width: 90%;
- -moz-margin-start: 5%;
- -moz-margin-end: 5%;
 text-align: justify;
 width: 90%;
 -moz-margin-start: 5%;
 -moz-margin-end: 5%;
 }
 
 div#plugs {
@@ -102,7 +104,7 @@ div.plugname {
 }
 
 dl {
-  margin: 0px 0px 3px 0px;
+  margin: 0px 0px 3px;
 }
 
 span.label {
@@ -140,19 +142,18 @@ th, td {
   padding: 3px;
 }
 
-th.type {
+th:first-child {
   -moz-border-radius: 9px 0px 0px 0px;
 }
 
 th.type, th.suff {
-  width: 20%;
+  width: 25%;
 }
 
 th.desc {
   width: 50%;
 }
 
-th.enabled {
-  width: 10%;
+th:last-child {
   -moz-border-radius: 0px 9px 0px 0px;
-}
\ No newline at end of file
+}