mirror of
https://gh.wpcy.net/https://github.com/buddypress/buddypress.git
synced 2026-05-31 05:04:29 +08:00
Moved the $bp global setup to a higher priority action - from the 'wp' action to the 'plugins_loaded' action. This stops occurrences where the $bp global was not defined yet. git-svn-id: https://buddypress.svn.wordpress.org/trunk@1250 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
29 lines
643 B
CSS
29 lines
643 B
CSS
.bp_blogs_widget_recent_posts ul.item-list {
|
|
margin: 15px 0 0 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
}
|
|
|
|
.bp_blogs_widget_recent_posts ul.item-list li {
|
|
min-height: 60px;
|
|
}
|
|
|
|
.bp_blogs_widget_recent_posts ul.item-list li .item-meta {
|
|
margin-left: 35px;
|
|
}
|
|
.bp_blogs_widget_recent_posts ul.item-list li .item h4.item-title {
|
|
clear: none !important;
|
|
}
|
|
|
|
.bp_blogs_widget_recent_posts ul.item-list li .item-avatar {
|
|
float: left;
|
|
margin: 0 10px 0 0;
|
|
}
|
|
.bp_blogs_widget_recent_posts ul.item-list li .item-avatar img.avatar {
|
|
width: 25px;
|
|
height: 25px;
|
|
}
|
|
|
|
.bp_blogs_widget_recent_posts ul li em {
|
|
font-size: 11px;
|
|
}
|