Преглед на файлове

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 години
родител
ревизия
d61ce162f1
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  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 .has-form,
 .top-bar.expanded .title-area  {
-   background: orange;
+   background: black;
    color: white;
 }
 
 .top-bar-section > ul > .divider,
 .top-bar-section > ul > [role="separator"] {
-  border-color: orange;
+  border-color: black;
 }