JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fix image max size
[wfpl-cms.git] / style.css
index ebad33f..25233b1 100644 (file)
--- a/style.css
+++ b/style.css
@@ -36,20 +36,28 @@ nav {
   padding: 10px;
   background: #ddffff;
 }
-nav a {
-  display: block;
+nav h3 span {
+  color: #ddffff;
+}
+nav h3.current span {
+  color: inherit;
+}
+nav h3.current a {
+  text-decoration: none;
 }
 #main-body {
   float: left;
   width: 704px;
-  padding: 18px 18px 18px 18px;
+  padding: 18px 18px 54px 18px;
   background: #ffffff;
 }
 footer {
   clear: both;
-  width: 940px;
-  height: 50px;
+  width: 904px;
+  padding: 18px;
+  text-align: center;
   background: #ddddff;
+  font-size: 80%;
 }
 #wfpl_messages {
   border: 2px solid red;