Twenty Eleven: make sure top post meta output isn't broken on small screens. Fixes #27061.
git-svn-id: https://develop.svn.wordpress.org/trunk@27570 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
0ecf62462b
commit
96abb5ed9a
@ -2473,6 +2473,11 @@ p.comment-form-comment {
|
||||
.singular.page .hentry {
|
||||
padding: 1.625em 0 0;
|
||||
}
|
||||
.singular .entry-header .entry-meta,
|
||||
.singular .entry-header .entry-format,
|
||||
.singular .entry-meta .edit-link a {
|
||||
position: static;
|
||||
}
|
||||
/* Talking avatars take up too much room at this size */
|
||||
.commentlist > li.comment,
|
||||
.commentlist > li.pingback {
|
||||
@ -2528,11 +2533,6 @@ p.comment-form-comment {
|
||||
#branding {
|
||||
border-top: none;
|
||||
}
|
||||
.singular .entry-header .entry-meta,
|
||||
.singular .entry-header .entry-format,
|
||||
.singular .entry-meta .edit-link a {
|
||||
position: static;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user