Skip to:
Content

BuddyPress.org

Changeset 1468 for trunk


Ignore:
Timestamp:
05/04/2009 10:55:24 AM (15 years ago)
Author:
apeatling
Message:

Fixing member and home theme CSS for Firefox 3.5.

Location:
trunk/bp-themes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bphome/css/base.css

    r1366 r1468  
    2525html {
    2626    background: #fff;
    27     font: 62.5% normal "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, Verdana, Arial, sans-serif;
     27    font-size: 11px;
     28    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, Verdana, Arial, sans-serif;
    2829}
    2930
    3031body {
    3132    background: #fff;
    32     font-size: 1.2em;
     33    font-size: 12px;
    3334    color: #555;
    3435    line-height: 170%;
  • trunk/bp-themes/bpmember/css/base.css

    r1445 r1468  
    2424html {
    2525    background: #fff;
    26     font: 62.5% normal "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, Verdana, Arial, sans-serif;
     26    font: 11px;
     27    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, Verdana, Arial, sans-serif;
    2728}
    2829
    2930body {
    3031    background: #fff;
    31     font-size: 1.2em;
     32    font-size: 12px;
    3233    color: #555;
    3334    background: url(../images/background.gif) top left repeat-y;
Note: See TracChangeset for help on using the changeset viewer.