1
0
Fork 0
forked from wezm/wezm.net

Add background texture to header

This commit is contained in:
Wesley Moore 2010-01-27 13:00:30 +11:00
parent 93e5c9d11c
commit 01fe9c0b5c

View file

@ -98,7 +98,8 @@ pre {
font-size: 1.8em; font-size: 1.8em;
color: white; color: white;
padding: 0.5em; padding: 0.5em;
background-color: #1C1C1C; background: #1C1C1C url(/images/texture.png) repeat-y top left;
background
} }
#header a { #header a {
text-decoration: none; text-decoration: none;