summaryrefslogtreecommitdiffstats
path: root/static/layout.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/layout.css')
-rw-r--r--static/layout.css14
1 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;
+}