update both themes for toolkit winstripe trunk changes up to 2010-02-21
[themes.git] / LCARStrek / global / about.css
index d5662c9e08a6e7aa1ab2219e9ef064630512fb77..f62ad4067b82a0fc45cd442fd5fd84c139e2a388 100644 (file)
@@ -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;
+}