summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorNico von Geyso <Nico.Geyso@FU-Berlin.de>2012-09-21 09:14:39 +0200
committerNico von Geyso <Nico.Geyso@FU-Berlin.de>2012-09-21 09:14:39 +0200
commit91fd916984914f593e6417e5837c42a81edaaa28 (patch)
tree1cefe1a6724bfbd09a46c21af285fd9c8ee3d836 /static
parentec2c11c9b21f7fcbf79bdf2b57eff911d8c66bd9 (diff)
downloadweb-91fd916984914f593e6417e5837c42a81edaaa28.tar.gz
web-91fd916984914f593e6417e5837c42a81edaaa28.tar.bz2
web-91fd916984914f593e6417e5837c42a81edaaa28.zip
added spline logogit status111
Diffstat (limited to 'static')
-rw-r--r--static/layout.css14
-rw-r--r--static/logo.pngbin0 -> 8447 bytes
2 files changed, 14 insertions, 0 deletions
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
--- /dev/null
+++ b/static/logo.png
Binary files differ