diff options
Diffstat (limited to '')
-rw-r--r-- | styles/box/box.css (renamed from styles/box.css) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/styles/box.css b/styles/box/box.css index 7eea69f..d2ed7e3 100644 --- a/styles/box.css +++ b/styles/box/box.css @@ -4,7 +4,7 @@ body { background: #444444; - background-image: url("box_img/background.png"); + background-image: url("background.png"); font-family: Fixed; font-size: .7em; color: #CCCCCC; |