Changes in branches/1.0/bp-themes [1580:1613]
- Location:
- branches/1.0/bp-themes
- Files:
-
- 3 modified
-
bpmember/style.css (modified) (1 diff)
-
bphome/style.css (modified) (1 diff)
-
bphome/css/base.css (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/bp-themes/bpmember/style.css
r1580 r1613 3 3 Theme URI: http://buddypress.org 4 4 Description: The default member theme for BuddyPress. This theme handles all non-blog pages. 5 Version: 1.0. 25 Version: 1.0.3 6 6 Author: Andy Peatling 7 7 Author URI: http://apeatling.wordpress.com -
branches/1.0/bp-themes/bphome/style.css
r1580 r1613 3 3 Theme URI: http://buddypress.com/ 4 4 Description: A widget framework theme for the home of a BuddyPress enabled installation. This theme is not required to use BuddyPress. 5 Version: 1.0. 25 Version: 1.0.3 6 6 Author: Andy Peatling 7 7 Author URI: http://apeatling.wordpress.com -
branches/1.0/bp-themes/bphome/css/base.css
r1469 r1604 156 156 } 157 157 158 . bp_core_widget_welcomeh2 {158 .widget_bp_core_welcome_widget h2 { 159 159 background: url(../images/welcome_header_back.gif) top left no-repeat !important; 160 160 color: #fff !important; … … 180 180 } 181 181 182 . bp_blogs_widget_recent_posts img.avatar {182 .widget_bp_blogs_widget_recent_posts img.avatar { 183 183 width: 50px !important; 184 184 height: 50px !important; … … 188 188 margin-left: 71px; 189 189 } 190 . bp_blogs_widget_recent_postsul.item-list li .item {191 margin-left: 31px ;190 .widget_bp_blogs_recent_posts_widget ul.item-list li .item { 191 margin-left: 31px !important; 192 192 } 193 193 … … 203 203 } 204 204 205 . bp_core_widget_whos_online .item-avatar {205 .widget_bp_core_widget_whos_online .item-avatar { 206 206 float: left; 207 207 margin-right: 10px;
