aboutsummaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorMark Lentczner <markl@glyphic.com>2010-07-18 05:48:39 +0000
committerMark Lentczner <markl@glyphic.com>2010-07-18 05:48:39 +0000
commitb143d90c46e01a3c2724003c4805110fab4b224e (patch)
treea7a2dbdcd16471ab00f4ad22f6f2c9677a3c4144 /html
parent8b1faf5946561e8c4332187dd25f3b16b6d6c5ef (diff)
added content div to main pages
Diffstat (limited to 'html')
-rw-r--r--html/shaddock.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/html/shaddock.css b/html/shaddock.css
index 8ab3e57d..7928c832 100644
--- a/html/shaddock.css
+++ b/html/shaddock.css
@@ -59,10 +59,13 @@ body {
font-family: DroidSerif, Georgia, serif;
}
-div {
+div#content {
padding: 0 30px;
}
-
+
+div#module-header {
+ margin: 0 -30px;
+}
a:link { color: #5200A3; text-decoration: none }