Merge "Monobook: Solve padding issues with #content and #firstheading"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Tue, 2 Apr 2013 18:57:05 +0000 (18:57 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Tue, 2 Apr 2013 18:57:05 +0000 (18:57 +0000)
1  2 
skins/monobook/main.css

diff --combined skins/monobook/main.css
@@@ -17,7 -17,7 +17,7 @@@ div#column-content 
  }
  div#content {
        margin: 2.8em 0 0 12.2em;
-       padding: 0 1em 1em 1em;
+       padding: 1em;
        position: relative;
        z-index: 2;
  }
@@@ -93,6 -93,9 +93,9 @@@ pre, .mw-code 
        line-height: 1.1em;
  }
  
+ #firstHeading {
+       padding-top: 0;
+ }
  /*
  ** the main content area
  */
@@@ -319,7 -322,7 +322,7 @@@ input.searchButton 
        position: absolute;
        left: 0;
        top: 0;
 -      z-index: 0;
 +      z-index: 3;
  }
  #p-personal {
        width: 100%;