mirror of
https://gh.wpcy.net/https://github.com/buddypress/buddypress.git
synced 2026-05-31 05:04:29 +08:00
This will also make using existing WordPress themes as member themes far easier. The component CSS can be over-ridden in the theme. git-svn-id: https://buddypress.svn.wordpress.org/trunk@561 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
15 lines
No EOL
360 B
CSS
15 lines
No EOL
360 B
CSS
/*
|
|
Basic layout structure styles for BuddyPress Activity Streams. Formats BuddyPress activity pages within any WordPress theme.
|
|
No colors, fonts or pretty stuff.
|
|
|
|
These structure styles can be overridden by the theme CSS file if needed.
|
|
*/
|
|
|
|
#activity-list li {
|
|
margin: 15px 0;
|
|
}
|
|
|
|
#activity-list li blockquote {
|
|
padding: 7px 15px 7px 40px;
|
|
margin: 5px 0;
|
|
} |