Properly linking to the background image

This commit is contained in:
Christopher Allan Webber 2011-05-16 07:46:26 -05:00
parent 029cad45c6
commit 400125148f

View File

@ -1,6 +1,6 @@
body {
background-color: #272727;
background-image: url('back.png');
background-image: url('../images/back.png');
color: #f7f7f7;
font-family: sans;
padding:none;