aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Lentczner <markl@glyphic.com>2010-07-24 06:02:42 +0000
committerMark Lentczner <markl@glyphic.com>2010-07-24 06:02:42 +0000
commita597daf429d168d1d0fb1d5b814f380aabbe6cda (patch)
tree5c48b63e40ee000c92ac99a61d5a7c891a1bc164
parent8be4c8964f32f972aa4cf928409e14539781888b (diff)
extend package header and footer to edges of page
-rw-r--r--html/nhaddock.css21
1 files changed, 14 insertions, 7 deletions
diff --git a/html/nhaddock.css b/html/nhaddock.css
index ba9fcea6..c448a781 100644
--- a/html/nhaddock.css
+++ b/html/nhaddock.css
@@ -13,11 +13,8 @@ body {
font-family: sans-serif;
background: white;
color: black;
- margin: 0 auto;
- max-width: 50em;
text-align: left;
line-height: 1.4;
- padding: 0 1em;
}
p { margin: 0.5em 0; }
@@ -111,8 +108,14 @@ img.coll {
/* @group Page Structure */
+#content {
+ max-width: 50em;
+ margin: 0 auto;
+ padding: 0 1em;
+}
+
#package-header {
- background: rgb(41,56,69) url(hslogo-16.png) no-repeat 5px;
+ background: rgb(41,56,69);
border-top: 5px solid rgb(78,98,114);
color: #ddd;
padding: 5px;
@@ -120,15 +123,19 @@ img.coll {
text-align: left;
}
-#package-header a:link, #package-header a:visited { color: white; }
-#package-header a:hover { background: rgb(78,98,114); }
#package-header .caption {
+ background: url(hslogo-16.png) no-repeat 0em;
color: white;
- margin: 0 0 0 30px;
+ max-width: 48em;
+ margin: 0 auto;
font-weight: normal;
font-style: normal;
+ padding-left: 2em;
}
+#package-header a:link, #package-header a:visited { color: white; }
+#package-header a:hover { background: rgb(78,98,114); }
+
#module-header .caption {
color: rgb(78,98,114);
font-size: 200%;