Skip to:
Content

bbPress.org

Changeset 3400


Ignore:
Timestamp:
08/08/2011 01:50:18 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Add BuddyPress activity stream styling to bbp-twentyten theme, and bump script version in functions.php.

Location:
branches/plugin/bbp-themes/bbp-twentyten
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-themes/bbp-twentyten/css/bbpress-rtl.css

    r3383 r3400  
    621621    float: left;
    622622}
     623
     624/* =BuddyPress Activity Streams
     625-------------------------------------------------------------- */
     626
     627.activity-list li.bbp_topic_create .activity-content .activity-inner,
     628.activity-list li.bbp_relsy_create .activity-content .activity-inner {
     629    border-left: none;
     630    margin-left: 0;
     631    padding-left: 0;
     632    border-right: 2px solid #EAEAEA;
     633    margin-right: 5px;
     634    padding-right: 10px;
     635}
  • branches/plugin/bbp-themes/bbp-twentyten/css/bbpress.css

    r3383 r3400  
    631631    float: right;
    632632}
     633
     634/* =BuddyPress Activity Streams
     635-------------------------------------------------------------- */
     636
     637.activity-list li.bbp_topic_create .activity-content .activity-inner,
     638.activity-list li.bbp_reply_create .activity-content .activity-inner {
     639    border-left: 2px solid #EAEAEA;
     640    margin-left: 5px;
     641    padding-left: 10px;
     642}
  • branches/plugin/bbp-themes/bbp-twentyten/functions.php

    r3389 r3400  
    3535function bbp_twentyten_enqueue_styles () {
    3636
    37     $version = 20110807;
     37    $version = '20110807b';
    3838
    3939    // Right to left
     
    7373function bbp_twentyten_enqueue_scripts () {
    7474
    75     $version = 20110807;
     75    $version = '20110807b';
    7676
    7777    if ( bbp_is_single_topic() )
Note: See TracChangeset for help on using the changeset viewer.