commit:d214c4d7d835a3f06925db9a7e2e6c42bc4d4346
author:Chip Black
committer:Chip Black
date:Wed Jan 19 20:03:08 2011 -0800
parents:4fada9be5451cd415c6a9fb4786391f2996cddec
Simple style tweak: remove header gradient
diff --git a/www/css/blerg.css b/www/css/blerg.css
line changes: +1/-5
index 7cf15a8..8bd4166
--- a/www/css/blerg.css
+++ b/www/css/blerg.css
@@ -17,9 +17,6 @@ a > img {
 }
 
 #header {
-	background-image: url(/images/title_bg.png);
-	background-size: auto 100%;
-	background-repeat: repeat-x;
 	background-color: #1E1E1E;
 	color: white;
 	padding: 8px 8px 16px 8px;
@@ -87,8 +84,7 @@ h1, h2, h3 {
 }
 
 #post {
-	padding: 20pt;
-	margin-bottom: 1.5em;
+	padding: 20pt 20pt 16pt 20pt;
 }
 
 #post h2 {

diff --git a/www/images/title_bg.png b/www/images/title_bg.png
line changes: +0/-0
index ca1a0f5..0000000
--- a/www/images/title_bg.png
+++ /dev/null