From cff8431d13715985a143b617c7fa5c7a75705099 Mon Sep 17 00:00:00 2001 From: Nicolas Petton Date: Thu, 12 Jan 2012 23:19:37 +0100 Subject: [PATCH] skinny header in the documentation page --- css/documentation.css | 12 +++++++++++- documentation.html | 9 ++++++--- images/amber_small.png | Bin 0 -> 10752 bytes 3 files changed, 17 insertions(+), 4 deletions(-) create mode 100644 images/amber_small.png diff --git a/css/documentation.css b/css/documentation.css index d03119211..3596fb090 100644 --- a/css/documentation.css +++ b/css/documentation.css @@ -5,7 +5,16 @@ #header { text-align: left; - margin: 20px; + margin: 20px 0; +} + +#header .left { + float: left; + margin-right: 20px; +} + +#header h1 { + margin: 10px 0; } .documentation { @@ -28,6 +37,7 @@ border: 1px solid #ccc; background: #eee; padding: 5px; + margin: 0 20px; } .documentation code { diff --git a/documentation.html b/documentation.html index e6b1df320..f5f46fc4a 100644 --- a/documentation.html +++ b/documentation.html @@ -16,9 +16,12 @@