mirror of
https://github.com/kennethreitz-archive/wordpress-skeleton.git
synced 2026-06-05 23:50:19 +00:00
28 lines
330 B
CSS
28 lines
330 B
CSS
/*
|
|
*
|
|
* CollabPress Styles
|
|
*
|
|
*/
|
|
|
|
#cp-gravatar {
|
|
float: left;
|
|
margin-right: 12px;
|
|
margin: 10px;
|
|
}
|
|
|
|
#cp-gravatar img {
|
|
padding: 6px;
|
|
}
|
|
|
|
#cp-task-summary {
|
|
min-height: 75px;
|
|
height: auto;
|
|
border-bottom: 1px solid #F0F0F0;
|
|
margin-bottom: 6px;
|
|
padding: 6px;
|
|
word-wrap:break-word;
|
|
}
|
|
|
|
.cp_about {
|
|
text-align: center;
|
|
} |