summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorNico von Geyso <Nico.Geyso@FU-Berlin.de>2012-09-21 11:05:04 +0200
committerNico von Geyso <Nico.Geyso@FU-Berlin.de>2012-09-21 11:05:04 +0200
commit7e35cb17f23908b3f36e48621b17970bfb3a98ce (patch)
tree3182ed0d9fc89b9c01eb1160b6ba3559957dcb05 /static
parent91fd916984914f593e6417e5837c42a81edaaa28 (diff)
downloadweb-7e35cb17f23908b3f36e48621b17970bfb3a98ce.tar.gz
web-7e35cb17f23908b3f36e48621b17970bfb3a98ce.tar.bz2
web-7e35cb17f23908b3f36e48621b17970bfb3a98ce.zip
fixed path for logo
Diffstat (limited to 'static')
-rw-r--r--static/layout.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/layout.css b/static/layout.css
index d9a533f..4c64b5b 100644
--- a/static/layout.css
+++ b/static/layout.css
@@ -9,7 +9,7 @@ body {
#header {
text-indent: -10000px;
- background-image: url(/static/images/logo.png);
+ background-image: url(/static/logo.png);
background-image: no-repeat;
margin: 0 auto;
width: 450px;