Skip to:
Content

bbPress.org


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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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}
Note: See TracChangeset for help on using the changeset viewer.