Skip to:
Content

BuddyPress.org

Changeset 5839


Ignore:
Timestamp:
02/25/2012 02:41:52 PM (14 years ago)
Author:
boonebgorges
Message:

Changes the way that bp-default main navigation tabs are positioned.
Fixes malformed navigation in IE default mode.
See #3595. Props r-a-y

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/_inc/css/default.css

    r5837 r5839  
    514514#navigation {
    515515        position: relative;
    516         text-align: right;
    517516        width: 100%;
     517}
     518#navigation:after {
     519        content: ".";
     520        display: block;
     521        height: 0;
     522        clear: both;
     523        visibility: hidden;
    518524}
    519525#nav {
     
    521527        list-style: none;
    522528        padding: 0;
    523         position: relative;
    524         right: auto;
    525         bottom: 0;
     529        float: right;
    526530}
    527531#nav li a {
     
    536540        margin-left: 5px;
    537541        display: inline-block;
     542        float: left;
    538543}
    539544#nav li li {
Note: See TracChangeset for help on using the changeset viewer.