Browse Source

added div to clear the floats under the h2.title and page_actions menu - this is so the layout remains if the h2.title is hidden.

Garrick van Buren 12 years ago
parent
commit
d61ce162f1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      assets/stylesheets/foreground.css

+ 2 - 2
assets/stylesheets/foreground.css

@@ -465,11 +465,11 @@ body.page-Farm_Main_Page #siteSub {
 .top-bar-section li a:not(.button),
 .top-bar-section li a:not(.button),
 .top-bar-section .has-form,
 .top-bar-section .has-form,
 .top-bar.expanded .title-area  {
 .top-bar.expanded .title-area  {
-   background: orange;
+   background: black;
    color: white;
    color: white;
 }
 }
 
 
 .top-bar-section > ul > .divider,
 .top-bar-section > ul > .divider,
 .top-bar-section > ul > [role="separator"] {
 .top-bar-section > ul > [role="separator"] {
-  border-color: orange;
+  border-color: black;
 }
 }