changeset 15:51cd570b96a1

Changed design to have white background.
author Atul Varma <varmaa@toolness.com>
date Mon, 02 Mar 2009 15:59:00 -0800
parents 88b0602c79a1
children eb7f37f29848
files about-mozilla.css
diffstat 1 files changed, 4 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/about-mozilla.css	Mon Mar 02 15:56:51 2009 -0800
+++ b/about-mozilla.css	Mon Mar 02 15:59:00 2009 -0800
@@ -2,7 +2,7 @@
     font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
     font-size: 9pt;
     line-height: 1.4em;
-    background: black;
+    background: white;
     padding: 0;
     margin: 0;
 }
@@ -20,14 +20,7 @@
     margin: 6pt;
     padding-top: 6pt;
     padding-bottom: 6pt;
-    color: white;
-}
-
-#subheader {
-    display: inline;
-    font-size: 9pt;
-    font-weight: normal;
-    color: gray;
+    color: black;
 }
 
 #body {
@@ -37,14 +30,14 @@
     background: white;
     float: left;
     width: 20em;
-    border-right: 1px dotted gray;
 }
 
 .headline {
     font-weight: bold;
     height: 3em;
     padding: 6pt;
-    background: #f0f0f0;
+    border-top: 1px dotted gray;
+    border-bottom: 1px dotted gray;
 }
 
 .content {