summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2011-06-09 17:22:11 -0700
committerJesse Morgan <jesse@jesterpm.net ; true>2011-06-09 17:22:11 -0700
commita2c4e8f9a8379d65aa3d2155e6f9b1ece82b68ce (patch)
treed149040c3f1c6aef46d11ef20951f48d87e91e08
parent8439ed9ba5b36fa382e32ea883a0877d6ec536c0 (diff)
Fixed buttons on top
-rw-r--r--htdocs/css/main.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/htdocs/css/main.css b/htdocs/css/main.css
index 3e306ce..842bc3c 100644
--- a/htdocs/css/main.css
+++ b/htdocs/css/main.css
@@ -6,7 +6,7 @@ body {
font-family: Helvetica;
}
-#nav, #buttonblock, #content, #footer {
+#nav, #content, #footer {
width: 50%;
margin: 0 auto 0 auto;
}
@@ -64,6 +64,8 @@ body {
border-bottom: solid 1px black;
text-align: center;
padding-bottom: 1em;
+ width: 660px;
+ margin: 0 auto 0 auto;
}
#buttonblock p {