Skip to:
Content

BuddyPress.org

Changeset 5021


Ignore:
Timestamp:
08/21/2011 12:42:48 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Right to left fixes for main navigation.

File:
1 edited

Legend:

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

    r5017 r5021  
    2312313.0 - Navigation
    232232--------------------------------------------------------------*/
     233#navigation {
     234    text-align: left;
     235}
    233236#nav {
    234     left: 15px;
    235     right: auto;
     237    margin: 40px 0 0 20px;
    236238}
    237239#nav li {
    238240    margin-left: auto;
    239241    margin-right: 5px;
    240     float: right;
     242}
     243#nav li a {
     244    text-align: right;
    241245}
    242246#nav li li {
Note: See TracChangeset for help on using the changeset viewer.