update both themes for suite classic changes between 2009-05-01 and 2009-06-05
[themes.git] / EarlyBlue / global / about.css
index 12e9281eb5109a5daa4c2565dc93fff4b67579aa..c626cdcc8437368c29e1dd2d1485363f7fce1dc2 100644 (file)
@@ -1,15 +1,11 @@
 html {
   background-color: #CCD0DD;
+  padding: 0 1em;
+  font: 11px helvetica,arial,tahoma,sans-serif;
 }
 
 body {
   color: #000000;
-  font: 11px helvetica,arial,tahoma,sans-serif;
-  margin: 0;
-  padding: 0 1em;
-}
-
-#aboutPageContainer {
   position: relative;
   min-width: 330px;
   max-width: 50em;
@@ -22,7 +18,7 @@ body {
 }
 
 .aboutPageWideContainer {
-  max-width: 80% !important;
+  max-width: 80%;
 }
 
 #aboutLogoContainer {
@@ -38,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 +50,7 @@ ul {
 ul > li {
   margin-top: .5em;
 }
+
+th, td {
+  padding: 0 5px;
+}