Skip to:
Content

BuddyPress.org

Ticket #3595: 3595.01.patch

File 3595.01.patch, 659 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;
    516         width: 100%;
     515        height: 70px;
    517516}
    518517#nav {
    519518        margin: 40px 20px 0 0;
    520519        list-style: none;
    521520        padding: 0;
    522         position: relative;
    523         right: auto;
     521        position: absolute;
     522        right: 0;
    524523        bottom: 0;
    525524}
    526525#nav li a {
    a:focus {  
    533532}
    534533#nav li {
    535534        margin-left: 5px;
    536         display: inline-block;
     535        display: block;
     536        float:left;
    537537}
    538538#nav li li {
    539539        margin-left: 0;