Making WordPress.org

Ticket #4460: 4460.patch

File 4460.patch, 1.6 KB (added by imath, 6 years ago)
  • buddypress.org/public_html/wp-content/themes/bb-base/style-buddypress.css

    diff --git buddypress.org/public_html/wp-content/themes/bb-base/style-buddypress.css buddypress.org/public_html/wp-content/themes/bb-base/style-buddypress.css
    index a46028cee..3e521c175 100644
     
    66        border-bottom: 1px solid #9e1611;
    77}
    88
    9 #header h1 a {
     9#header h1 a,
     10#header h1 :link,
     11#header h1 :link:hover {
    1012        width: 265px;
    1113        background: url('../buddypress-org/images/buddypress-logo.png') no-repeat 0 0;
    1214        position: relative;
    div.free-page div.standard { 
    4648/* =Navigation
    4749-------------------------------------------------------------- */
    4850
    49 #nav li a:hover {
     51#nav li a:hover,
     52#header #nav li :link:hover {
    5053        background-color: #cf4944;
    5154        color: rgba(255,255,255,0.9);
    5255}
    input.submit:hover { 
    97100
    98101@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    99102
    100         #header h1 a {
     103        #header h1 a,
     104        #header h1 :link {
    101105                background-image: url('../buddypress-org/images/buddypress-logo-2x.png');
    102106                background-size: 269px 65px;
    103107        }
  • buddypress.org/public_html/wp-content/themes/bb-base/style.css

    diff --git buddypress.org/public_html/wp-content/themes/bb-base/style.css buddypress.org/public_html/wp-content/themes/bb-base/style.css
    index 46a90ac02..eb649c19b 100644
    div.single-post table tr.alt td { 
    353353        margin: 0 3px 0 3px;
    354354        list-style: none;
    355355}
    356 #nav li a {
     356#nav li a,
     357#header #nav li :link {
    357358        text-decoration: none;
    358359        color: #fff;
    359360        height: auto;