exodus: Match the CSS to the new menu HTML structure.
authorMatthijs Kooijman <matthijs@stdin.nl>
Thu, 29 Apr 2010 10:58:01 +0000 (12:58 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Thu, 29 Apr 2010 10:58:01 +0000 (12:58 +0200)
static/exodus/css/screen.css

index 92bb0a5a59d23e056b39c1c34b13e0f8ee02611f..fcb680547650fdfa6fde740d38fe97d522056bbc 100644 (file)
@@ -39,7 +39,7 @@ body {
        margin:auto;
 }
 
        margin:auto;
 }
 
-ul#menubar {
+#menubar ul {
        /* Fit exactly into the bar in the background */
        padding-top: 5px;
        height:15px;
        /* Fit exactly into the bar in the background */
        padding-top: 5px;
        height:15px;
@@ -55,21 +55,24 @@ ul#menubar {
 }
 
 /* Display next to each other instead of below */
 }
 
 /* Display next to each other instead of below */
-ul#menubar li {
+#menubar li, #menubar li p {
        display:inline;
        display:inline;
-       padding:0px 10px 0px 10px;
+}
+
+#menubar li p {
+       padding:0px 0px 0px 10px;
        color:#5F3E06;
        font-weight:bold;
 }
 
 /* Disable underlining and the default blue colour for links in the menubar */
        color:#5F3E06;
        font-weight:bold;
 }
 
 /* Disable underlining and the default blue colour for links in the menubar */
-ul#menubar li a {
+#menubar li a {
        color:#5F3E06;
        text-decoration:none;
 }
 
 /* Give the menu bar links a hover color */
        color:#5F3E06;
        text-decoration:none;
 }
 
 /* Give the menu bar links a hover color */
-ul#menubar li a:hover {
+#menubar li a:hover {
        color:#FFD200;
 }
 
        color:#FFD200;
 }