Ticket #3595: 3595.02.patch
| File 3595.02.patch, 1.3 KB (added by , 15 years ago) |
|---|
-
bp-themes/bp-default/_inc/css/default.css
a:focus { 512 512 } 513 513 #navigation { 514 514 position: relative; 515 text-align: right;516 515 width: 100%; 517 516 } 518 517 #nav { 519 518 margin: 40px 20px 0 0; 520 519 list-style: none; 521 520 padding: 0; 522 position: relative; 523 right: auto; 524 bottom: 0; 521 float: right; 525 522 } 526 523 #nav li a { 527 524 background: url( ../images/60pc_black.png ); … … a:focus { 534 531 #nav li { 535 532 margin-left: 5px; 536 533 display: inline-block; 534 float: left; 537 535 } 538 536 #nav li li { 539 537 margin-left: 0; … … div#pag-bottom { 686 684 .clear { 687 685 clear: left; 688 686 } 687 .clear-all { 688 clear: both; 689 } 689 690 690 691 691 692 /*-------------------------------------------------------------- -
bp-themes/bp-default/header.php
45 45 46 46 <div id="navigation" role="navigation"> 47 47 <?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> 48 49 </div> 49 50 50 51 <?php do_action( 'bp_header' ) ?>
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)