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:
Lance Willett 2014-03-17 21:51:15 +00:00
parent 38fd43aa3a
commit f7f4424611

View File

@ -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;
}
}