summaryrefslogtreecommitdiffstats
path: root/main.css
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-05-27 00:48:50 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-05-27 00:48:50 (EDT)
commit049b64b64061457618e0438826ed684a972782fc (patch)
treec2bb3f43c68b466914edc3c0e92faa1bd5b7e67e /main.css
parent37694baf02f952bdb99158d52274b069bd3bd99f (diff)
Clean up main/sidebar/body divs.
Diffstat (limited to 'main.css')
-rw-r--r--main.css19
1 files changed, 9 insertions, 10 deletions
diff --git a/main.css b/main.css
index 6fdcb3a..327589f 100644
--- a/main.css
+++ b/main.css
@@ -82,26 +82,25 @@ header div.nav ul li a:hover {
color: #CCCC33;
}
-div.wrapper div {
+div.main {
+ margin: 16px 24px 16px 24px;
+}
+div.sidebar {
+ float: right;
border: 2px solid #333333;
- margin: 8px;
+ width: 300px;
}
-div.wrapper div h3 {
+div.sidebar h3 {
background-color: #333333;
color: #FFFFFF;
padding: 2px;
}
-div.wrapper div p, div.wrapper div ul {
+div.sidebar p, div.sidebar ul {
padding: 8px;
}
-
-div.main {
+div.body {
margin-right: 292px;
}
-div.sidebar {
- float: right;
- width: 300px;
-}
footer {
margin: 8px;