encoding explicit
[gitmo/moose-website.git] / lib / Moose / Website / Resource / WebFiles / css / style.css
index 3a56f8f..eb7d47d 100644 (file)
@@ -1,3 +1,4 @@
+@charset "UTF-8";
 
 BODY {
     font-family : Ariel, Helvetica, sans-serif;
@@ -41,12 +42,13 @@ h2 {
     border-top     : 10px solid #C22E24;
 }
 
-ul.menu {
-    padding-left : 70px;
+.menu {
+    position     : relative;
+    left         : 70px;
     margin-top   : 0px;
 }
 
-ul.menu > li {
+.menu td {
     list-style-type : none;
     float           : left;
     padding-left    : 12px;
@@ -56,21 +58,21 @@ ul.menu > li {
     font-size       : 1.2em;
 }
 
-ul.menu > li.active {
+.menu td.active {
     color      : #ffffff;
     background : #C22E24;
 }
 
-ul.menu > li.inactive {
+.menu td.inactive {
     color      : #C22E24;
 }
 
-ul.menu > li a {
+.menu td a {
     color           : #C22E24;
     text-decoration : none;
 }
 
-ul.menu > li a:hover {
+.menu td a:hover {
     color           : #C22E24;
     text-decoration : underline;
 }
@@ -78,7 +80,6 @@ ul.menu > li a:hover {
 .content {
     padding-left : 75px;
     padding-top  : 20px;
-    padding-bottom : 20px;
     font-size    : 1.2em;
     background   : url('../images/gradient.gif') repeat-x;
 }
@@ -100,21 +101,18 @@ pre {
     padding     : 10px;
     border      : 1px dotted #aaaaaa;
     color       : #333333;
-    width       : 550px;
-}
-
-ul {
-    width : 550px;
 }
 
 ul.articles {
     list-style-type : none;
     padding-left    : 0px;
+    width : 550px;
 }
 
 ul.presentations {
     list-style-type : none;
     padding-left    : 0px;
+    width : 550px;
 }
 
 li.year {
@@ -141,7 +139,7 @@ li.presentation {
 }
 
 .footer {
-    margin-top     : 20px;
+    margin-top     : 30px;
     border-top     : 1px solid #aaaaaa;
     padding-left   : 75px;
     color          : #aaaaaa;