Simple style tweak: remove header gradient
authorChip Black <bytex64@bytex64.net>
Thu, 20 Jan 2011 04:03:08 +0000 (20:03 -0800)
committerChip Black <bytex64@bytex64.net>
Thu, 20 Jan 2011 04:03:08 +0000 (20:03 -0800)
www/css/blerg.css
www/images/title_bg.png [deleted file]

index 7cf15a8..8bd4166 100644 (file)
@@ -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
deleted file mode 100644 (file)
index ca1a0f5..0000000
Binary files a/www/images/title_bg.png and /dev/null differ