# HG changeset patch # User Atul Varma # Date 1235859772 28800 # Node ID 069a5ff4aba6b30be843d37a9815b96871ff6cf0 # Parent 0342c0407851142e5289757bd2ce03170f08a75e Headlines now have a gray background. diff -r 0342c0407851 -r 069a5ff4aba6 about-mozilla.css --- 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 {