summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-09-18 13:54:54 -0500
committerJesse Luehrs <doy@tozt.net>2010-09-18 13:54:54 -0500
commitf68426bfe7fd28f5e06e9d0199d0f76106092617 (patch)
tree5577d8ee54c85ca7cec4fd2fa62641cfb140d142
parentc6573b446334642fbec16eeef6a1ff9790a9b724 (diff)
downloadtozt.net-f68426bfe7fd28f5e06e9d0199d0f76106092617.tar.gz
tozt.net-f68426bfe7fd28f5e06e9d0199d0f76106092617.zip
add styling for page headers
-rw-r--r--root/static/style.css3
1 files changed, 3 insertions, 0 deletions
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 {