diff --git a/src/wp-content/themes/twentyeleven/style.css b/src/wp-content/themes/twentyeleven/style.css index 450ad1e073..7c9cb3ce96 100644 --- a/src/wp-content/themes/twentyeleven/style.css +++ b/src/wp-content/themes/twentyeleven/style.css @@ -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; - } }