Skip to:
Content

BuddyPress.org

Changeset 4914


Ignore:
Timestamp:
07/31/2011 10:27:25 AM (15 years ago)
Author:
djpaul
Message:

RTL fix to container border. See #3241

Location:
trunk/bp-themes/bp-default
Files:
2 edited

Legend:

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

    r4913 r4914  
    5252--------------------------------------------------------------*/
    5353div#container {
    54         border-left: 0;
    55         border-right: 1px solid #e0e0e0;
     54        border-left: 1px solid #e0e0e0;
     55        border-right: 0;
    5656}
    5757div#content {
  • trunk/bp-themes/bp-default/functions.php

    r4913 r4914  
    169169
    170170        // Bump this when changes are made to bust cache
    171         $version = '20110731';
     171        $version = '20110731b';
    172172       
    173173        // Default CSS
Note: See TracChangeset for help on using the changeset viewer.