Skip to:
Content

BuddyPress.org

Ticket #8839: 8839.patch

File 8839.patch, 688 bytes (added by himshekhar07, 3 years ago)

Patch added

  • sites/trunk/wordpress.org/public_html/style/trac/wp-trac.css

     
    20922092        }
    20932093        #banner {
    20942094                position: relative;
    2095                 top: -85px;
    2096                 margin-bottom: -45px;
     2095                top: 0;
     2096                margin-bottom: -26px;
    20972097        }
    20982098        form#search {
    20992099                float: none;
     
    21042104                top: 0;
    21052105                right: 0;
    21062106        }
     2107        #mainnav ul{
     2108                z-index: 999;
     2109                position: relative;
     2110        }
     2111        #mainnav ul li a{
     2112                padding: 6px 10px !important;
     2113        }
    21072114        .core.trac #mainnav {
    21082115                display: none;
    21092116        }