changeset 5:069a5ff4aba6

Headlines now have a gray background.
author Atul Varma <varmaa@toolness.com>
date Sat, 28 Feb 2009 14:22:52 -0800
parents 0342c0407851
children e0cadd9e8161
files about-mozilla.css
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/about-mozilla.css	Sat Feb 28 14:07:12 2009 -0800
+++ b/about-mozilla.css	Sat Feb 28 14:22:52 2009 -0800
@@ -28,7 +28,6 @@
 }
 
 #body {
-    margin-top: 6pt;
 }
 
 .entry {
@@ -38,8 +37,10 @@
 }
 
 .headline {
-    font-weight: bold;
-    height: 2.5em;
+    height: 3em;
+    background: gray;
+    color: white;
+    padding: 4pt;
 }
 
 .content {