diff options
Diffstat (limited to 'res/blogstyle.css')
-rw-r--r-- | res/blogstyle.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/res/blogstyle.css b/res/blogstyle.css index 9f5d69521e7e..50caad8ea60a 100644 --- a/res/blogstyle.css +++ b/res/blogstyle.css @@ -35,7 +35,7 @@ input, textarea, select { /* site sections */ .header { - background: url(/static/ios-linen.jpg); + background: url(/static/hbg.jpg); z-index: 4; padding-left: 20px; padding-bottom: 70px; @@ -54,12 +54,12 @@ input, textarea, select { display: block; width: 100%; padding-top: 40px; - background-color: #EEE; + background: url(/static/bg.gif); color: black; } .footer { - background: url(/static/ios-linen.jpg); + background: url(/static/hbg.jpg); z-index: 4; position: relative; background-color: #4A525A; |