From f68426bfe7fd28f5e06e9d0199d0f76106092617 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 18 Sep 2010 13:54:54 -0500 Subject: add styling for page headers --- root/static/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/root/static/style.css b/root/static/style.css index c4087df..1d55dad 100644 --- a/root/static/style.css +++ b/root/static/style.css @@ -85,7 +85,10 @@ a:visited { } .main_content h4 { + background-color: #58a; margin: 8px; + padding: 2px; + border: 1px solid; } .main_content > div { -- cgit v1.2.3-54-g00ecf