improve mail header positioning, style net error buttons
[themes.git] / LCARStrek / global / about.css
index 18f2a6b618eed7d1c3cc2efd7632e0da86610c4c..ea712c34ab4c63bbb40117836bf8b39fc8cd9f80 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 {
@@ -54,3 +54,8 @@ ul > li {
 th, td {
   padding: 0 5px;
 }
+
+.columns {
+  -moz-column-width: 20em;
+  -moz-column-gap: 3em;
+}