JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fix global template var $basename
[wfpl-cms.git] / style.css
index 0b1fab4..15dbbc4 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;
@@ -110,14 +118,16 @@ span.wfpl_ifr {
   display: block;
   float: right;
   font-size: 10px;
+  font-weight: normal;
   text-align: right;
   background-repeat: no-repeat;
   background-position: left top;
-  margin: 0 0 10px 2px;
+  margin: 0 0 2px 10px;
 }
 div.wfpl_ic {
   margin: 15px auto;
   font-size: 10px;
+  font-weight: normal;
   text-align: right;
   background-repeat: no-repeat;
   background-position: center top;