mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
Fix avatar alignment, fixes #8435
git-svn-id: http://svn.automattic.com/wordpress/trunk@9991 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0ac3699921
commit
d6c96397df
@ -89,14 +89,7 @@ div.postbox div.inside {
|
||||
margin: 0 0 .2em;
|
||||
padding: 0;
|
||||
}
|
||||
/*
|
||||
#dashboard-widgets .heading {
|
||||
font-size: 1em;
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
|
||||
}
|
||||
*/
|
||||
|
||||
/* Right Now */
|
||||
|
||||
#dashboard_right_now p.sub,
|
||||
@ -233,8 +226,8 @@ div.postbox div.inside {
|
||||
}
|
||||
|
||||
#the-comment-list .comment-item .avatar {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
float: left;
|
||||
margin-left: -60px;
|
||||
}
|
||||
|
||||
#the-comment-list .comment-item h4 {
|
||||
@ -243,22 +236,12 @@ div.postbox div.inside {
|
||||
font-weight: normal;
|
||||
color: #999;
|
||||
}
|
||||
/*
|
||||
.comment-meta strong {
|
||||
font-weight: normal;
|
||||
}
|
||||
*/
|
||||
|
||||
/*#the-comment-list .comment-item h4 strong*/
|
||||
#the-comment-list .comment-item h4 cite {
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
}
|
||||
/*
|
||||
#the-comment-list .comment-item p.comment-author {
|
||||
margin: 0.2em 0;
|
||||
}
|
||||
*/
|
||||
|
||||
#the-comment-list .comment-item blockquote,
|
||||
#the-comment-list .comment-item blockquote p {
|
||||
margin: 0;
|
||||
@ -377,14 +360,6 @@ a.rsswidget {
|
||||
font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
|
||||
line-height: 1.7em;
|
||||
}
|
||||
/*
|
||||
#the-comment-list .comment-item h4 {
|
||||
line-height: 1.4;
|
||||
margin-top: -.2em;
|
||||
font-weight: normal;
|
||||
color: #999;
|
||||
}
|
||||
*/
|
||||
|
||||
.rss-widget ul li {
|
||||
line-height: 1.5em;
|
||||
|
Loading…
Reference in New Issue
Block a user