From 01fe9c0b5c1f168a12fa047e519ff0f29bb9b7b9 Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Wed, 27 Jan 2010 13:00:30 +1100 Subject: [PATCH] Add background texture to header --- output/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/output/css/style.css b/output/css/style.css index 88a466b..87b7b5e 100644 --- a/output/css/style.css +++ b/output/css/style.css @@ -98,7 +98,8 @@ pre { font-size: 1.8em; color: white; padding: 0.5em; - background-color: #1C1C1C; + background: #1C1C1C url(/images/texture.png) repeat-y top left; + background } #header a { text-decoration: none;