From d44a2b11428563b25f0d54f3bc1e20276a4e2c4b Mon Sep 17 00:00:00 2001 From: Sebastian Silva Date: Fri, 23 Aug 2013 17:40:36 +0000 Subject: permaculture for children wiki --- (limited to 'hatta/static/style.css') 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; -- cgit v0.9.1