diff options
author | Lance Stout <lancestout@gmail.com> | 2012-01-05 12:13:06 -0500 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2012-01-05 12:13:06 -0500 |
commit | 3a4e3d3f51f43de67d4249ed3a2e9c339c9c717a (patch) | |
tree | e6531dfaec1c411d4e66b1055e9044ca57c267be /docs/_static/haiku.css | |
parent | 97378998a5f8c031444fd7a0c1b1007e9282df4d (diff) | |
download | slixmpp-3a4e3d3f51f43de67d4249ed3a2e9c339c9c717a.tar.gz slixmpp-3a4e3d3f51f43de67d4249ed3a2e9c339c9c717a.tar.bz2 slixmpp-3a4e3d3f51f43de67d4249ed3a2e9c339c9c717a.tar.xz slixmpp-3a4e3d3f51f43de67d4249ed3a2e9c339c9c717a.zip |
Update doc settings to new theme, add examples, use 1.0
Diffstat (limited to 'docs/_static/haiku.css')
-rw-r--r-- | docs/_static/haiku.css | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/docs/_static/haiku.css b/docs/_static/haiku.css index 615ed47b..9651d11f 100644 --- a/docs/_static/haiku.css +++ b/docs/_static/haiku.css @@ -59,9 +59,10 @@ body { margin: auto; padding: 0px; font-family: "Helvetica Neueu", Helvetica, sans-serif; - min-width: 59em; + min-width: 30em; max-width: 70em; color: #444; + text-align: center; } div.footer { @@ -124,21 +125,25 @@ a.headerlink:hover { /* basic text elements */ div.content { + margin: auto; margin-top: 20px; - margin-left: 40px; - margin-right: 40px; margin-bottom: 50px; font-size: 0.9em; + width: 700px; + text-align: left; } /* heading and navigation */ div.header { position: relative; + margin: auto; margin-top: 125px; height: 85px; padding: 0 40px; font-family: "Yanone Kaffeesatz"; + text-align: left; + width: 750px; } div.header h1 { font-size: 2.6em; @@ -185,12 +190,12 @@ div.topnav { z-index: 0; } div.topnav p { + margin: auto; margin-top: 0; - margin-left: 40px; - margin-right: 40px; margin-bottom: 0px; text-align: right; font-size: 0.8em; + width: 750px; } div.bottomnav { background: #eeeeee; |