update both themes for the changes in the Mozilla 18 cycle
[themes.git] / LCARStrek / global / about.css
index d5662c9e08a6e7aa1ab2219e9ef064630512fb77..cf68269435bc0958a8bccdb033d10825653199e4 100644 (file)
@@ -1,7 +1,7 @@
 html {
   background-color: #000000;
   padding: 0 1em;
-  font: 11px helvetica,arial,tahoma,sans-serif;
+  font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
 }
 
 body {
@@ -11,7 +11,7 @@ body {
   max-width: 50em;
   margin: 4em auto;
   border: 1px solid #9C9CFF;
-  -moz-border-radius: 10px;
+  border-radius: 10px;
   padding: 3em;
   -moz-padding-start: 30px;
   background: #000000;
@@ -34,7 +34,10 @@ img {
 #version {
   font-weight: bold;
   color: #008484;
-  margin: -24px 0 9px 17px;
+  margin-top: -24px;
+  margin-bottom: 9px;
+  -moz-margin-start: 17px;
+  -moz-margin-end: 0;
 }
 
 ul {
@@ -51,3 +54,8 @@ ul > li {
 th, td {
   padding: 0 5px;
 }
+
+.columns {
+  -moz-column-width: 20em;
+  -moz-column-gap: 3em;
+}