Changeset 1251
- Timestamp:
- 03/25/2009 04:04:13 PM (15 years ago)
- Location:
- trunk/bp-themes/buddypress-home
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/buddypress-home/css/base.css
r1196 r1251 165 165 } 166 166 .activity-list { padding: 0; border: 1px solid #fff; margin-top: -1px; } 167 168 .widget ul.item-list li .item-avatar, .avatar-block img.avatar { 169 float: left; 170 margin: 0 15px 0 0; 167 168 .widget ul.item-list { 169 margin-top: 5px !important; 171 170 } 172 171 … … 179 178 margin: 0 0 7px 0; 180 179 } 181 180 181 .bp_blogs_widget_recent_posts img.avatar { 182 width: 50px !important; 183 height: 50px !important; 184 } 185 182 186 .widget ul.item-list li .item { 183 187 margin-left: 71px; 184 188 } 189 .bp_blogs_widget_recent_posts ul.item-list li .item { 190 margin-left: 31px; 191 } 185 192 186 193 .widget ul.item-list li .item-meta { … … 192 199 text-align: right; 193 200 font-size: 0.9em; 194 margin: -15px 0 5px0;201 margin: -15px 0 0 0; 195 202 } 196 203 … … 255 262 .widget #ajax-loader-members, .widget #ajax-loader-groups { 256 263 padding-right: 5px; 264 float: none !important; 257 265 } 258 266 -
trunk/bp-themes/buddypress-home/header.php
r1089 r1251 5 5 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> 6 6 7 <title><?php b loginfo('name');?></title>7 <title><?php bp_page_title() ?></title> 8 8 9 9 <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->
Note: See TracChangeset
for help on using the changeset viewer.