Skip to:
Content

BuddyPress.org

Ticket #3595: 3595.02.patch

File 3595.02.patch, 1.3 KB (added by r-a-y, 15 years ago)
  • bp-themes/bp-default/_inc/css/default.css

    a:focus {  
    512512}
    513513#navigation {
    514514        position: relative;
    515         text-align: right;
    516515        width: 100%;
    517516}
    518517#nav {
    519518        margin: 40px 20px 0 0;
    520519        list-style: none;
    521520        padding: 0;
    522         position: relative;
    523         right: auto;
    524         bottom: 0;
     521        float: right;
    525522}
    526523#nav li a {
    527524        background: url( ../images/60pc_black.png );
    a:focus {  
    534531#nav li {
    535532        margin-left: 5px;
    536533        display: inline-block;
     534        float: left;
    537535}
    538536#nav li li {
    539537        margin-left: 0;
    div#pag-bottom {  
    686684.clear {
    687685        clear: left;
    688686}
     687.clear-all {
     688        clear: both;
     689}
    689690
    690691
    691692/*--------------------------------------------------------------
  • bp-themes/bp-default/header.php

     
    4545
    4646                        <div id="navigation" role="navigation">
    4747                                <?php wp_nav_menu( array( 'container' => false, 'menu_id' => 'nav', 'theme_location' => 'primary', 'fallback_cb' => 'bp_dtheme_main_nav' ) ); ?>
     48                                <div class="clear-all"></div>
    4849                        </div>
    4950
    5051                        <?php do_action( 'bp_header' ) ?>