mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 07:22:01 +01:00
Twenty Eleven: make sure top post meta output isn't broken on small screens. Fixes #27061.
Built from https://develop.svn.wordpress.org/trunk@27570 git-svn-id: http://core.svn.wordpress.org/trunk@27413 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
38fd43aa3a
commit
f7f4424611
@ -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