Skip to:
Content

BuddyPress.org

Ticket #3595: 3595.03.patch

File 3595.03.patch, 760 bytes (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}
     517#navigation:after {
     518        content: ".";
     519        display: block;
     520        height: 0;
     521        clear: both;
     522        visibility: hidden;
     523}
    518524#nav {
    519525        margin: 40px 20px 0 0;
    520526        list-style: none;
    521527        padding: 0;
    522         position: relative;
    523         right: auto;
    524         bottom: 0;
     528        float: right;
    525529}
    526530#nav li a {
    527531        background: url( ../images/60pc_black.png );
    a:focus {  
    534538#nav li {
    535539        margin-left: 5px;
    536540        display: inline-block;
     541        float: left;
    537542}
    538543#nav li li {
    539544        margin-left: 0;