From 91fd916984914f593e6417e5837c42a81edaaa28 Mon Sep 17 00:00:00 2001 From: Nico von Geyso Date: Fri, 21 Sep 2012 09:14:39 +0200 Subject: added spline logogit status111 --- static/layout.css | 14 ++++++++++++++ static/logo.png | Bin 0 -> 8447 bytes 2 files changed, 14 insertions(+) create mode 100644 static/logo.png (limited to 'static') diff --git a/static/layout.css b/static/layout.css index d649f78..d9a533f 100644 --- a/static/layout.css +++ b/static/layout.css @@ -1,3 +1,17 @@ form .errors { color: #D00; } + +body { + margin: 0 auto; + width: 640px; +} + +#header { + text-indent: -10000px; + background-image: url(/static/images/logo.png); + background-image: no-repeat; + margin: 0 auto; + width: 450px; + height: 131px; +} diff --git a/static/logo.png b/static/logo.png new file mode 100644 index 0000000..2ddbb50 Binary files /dev/null and b/static/logo.png differ -- cgit v1.2.3-1-g7c22