Changeset 3400
- Timestamp:
- 08/08/2011 01:50:18 AM (13 years ago)
- 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 621 621 float: left; 622 622 } 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 631 631 float: right; 632 632 } 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 35 35 function bbp_twentyten_enqueue_styles () { 36 36 37 $version = 20110807;37 $version = '20110807b'; 38 38 39 39 // Right to left … … 73 73 function bbp_twentyten_enqueue_scripts () { 74 74 75 $version = 20110807;75 $version = '20110807b'; 76 76 77 77 if ( bbp_is_single_topic() )
Note: See TracChangeset
for help on using the changeset viewer.