Twenty Eleven: Fix some mobile layout bugs on single post format view. props lancewillett, fixes #25019.

Built from https://develop.svn.wordpress.org/trunk@25042


git-svn-id: http://core.svn.wordpress.org/trunk@25029 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2013-08-16 21:15:08 +00:00
parent daf9fcc07a
commit 032fa66fec
1 changed files with 5 additions and 0 deletions

View File

@ -2516,6 +2516,11 @@ 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;
}
}