EarlyBlue icons for new addons manager
[themes.git] / EarlyBlue / global / about.css
index ceb9e4d316a61fb76ac11388d22a0a8ff4c18322..d69181771155ce87be4bfeb483c1cd668ef570d3 100644 (file)
@@ -1,7 +1,7 @@
 html {
   background-color: #CCD0DD;
   padding: 0 1em;
-  font: 11px helvetica,arial,tahoma,sans-serif;
+  font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
 }
 
 body {
@@ -34,7 +34,10 @@ img {
 #version {
   font-weight: bold;
   color: #666699;
-  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;
+}