Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/hatta/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'hatta/static/style.css')
-rw-r--r--hatta/static/style.css11
1 files changed, 9 insertions, 2 deletions
diff --git a/hatta/static/style.css b/hatta/static/style.css
index 78db6a1..484dc23 100644
--- a/hatta/static/style.css
+++ b/hatta/static/style.css
@@ -5,9 +5,13 @@ html {
color: #2e3436;
font-family: sans-serif;
font-size: 96%;
+ background: url(background.png) 50% 50% no-repeat fixed;
}
body {
- margin: 1em auto;
+ margin: 0px;
+}
+div#hatta-body {
+ margin: 0px auto;
line-height: 1.3;
width: 40em
}
@@ -121,7 +125,10 @@ div#hatta-footer {
a#hatta-logo {
float: left;
display: block;
- margin: 0.25em;
+ margin: auto;
+ width: 100%;
+ text-align: center;
+ /* margin: 0.25em; */
}
div#hatta-header h1 {
margin: 0;