Making WordPress.org

Ticket #4601: 4601.6.patch

File 4601.6.patch, 1.3 KB (added by imath, 5 years ago)
  • buddypress.org/public_html/wp-content/themes/bporg-developer/css/style.css

    diff --git buddypress.org/public_html/wp-content/themes/bporg-developer/css/style.css buddypress.org/public_html/wp-content/themes/bporg-developer/css/style.css
    index 9e9a3a938..b1a34057b 100644
     
    66        font-size: 13px;
    77        position: fixed;
    88        top: 0;
     9        box-shadow: 0 0 20px #ccc;
     10        opacity: 0.95;
    911}
    1012
    1113#header-inner {
    body.admin-bar header#masthead { 
    4143
    4244#header #network-title {
    4345        text-indent: -9999px;
    44         width: 265px;
     46        width: 0;
    4547}
    4648
    4749#header #network-title a {
    body.admin-bar header#masthead { 
    8082        margin: 30px 0 0 0;
    8183        line-height: 20px;
    8284}
     85
    8386#nav li {
    8487        display: inline;
    8588        margin: 0 3px 0 3px;
    8689        list-style: none;
    8790}
     91
    8892#nav li a {
    8993        text-decoration: none;
    9094        color: #fff;
    body.admin-bar header#masthead { 
    99103        border-radius: 3px;
    100104        border: 1px solid transparent;
    101105}
     106
    102107#nav li a:hover {
    103108        background-color: #cf4944;
    104109        color: rgba(255,255,255,0.9);
    body.admin-bar header#masthead { 
    117122        left: -999em;
    118123}
    119124
     125#header #bb-nav {
     126        margin: 0 0 24px 20px;
     127        font: 400 13px/24px "Open Sans", sans-serif;
     128}
     129
    120130/* Text meant only for screen readers. */
    121131.screen-reader-text {
    122132        clip: rect(1px, 1px, 1px, 1px);