Skip to:
Content

BuddyPress.org

Ticket #188: base.css.diff

File base.css.diff, 735 bytes (added by borkweb, 16 years ago)

CSS changes that fix the issue

  • css/base.css

     
    6363
    6464       #header h1 {
    65                background: url(../images/logo.gif) top left no-repeat;
     65
     66       }
     67
     68       #header h1 a{
     69               background: url(../images/logo.png) top left no-repeat;
     70               display: block;
     71               float: left;
    6672               overflow: hidden;
    6773               text-indent: -999em;
    6874       }
    6975
    7076       #header .search {
    7177               position: absolute;
    7278               top: 1.2em;
    7379               right: 1.5em;
    7480       }
    7581
    76 
    7782/**************************
    7883 USER BAR
    7984***************************/