From fdc7409251f7fc8cc4a0f304344c57886737bec6 Mon Sep 17 00:00:00 2001 From: ryan Date: Thu, 30 Jun 2011 21:57:50 +0000 Subject: [PATCH] twentyeleven code tidy up. Props dd32, lancewillett. fixes #17748 git-svn-id: http://svn.automattic.com/wordpress/trunk@18385 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- .../themes/twentyeleven/colors/dark.css | 4 +- .../themes/twentyeleven/content-page.php | 4 +- .../themes/twentyeleven/content-single.php | 11 +- .../themes/twentyeleven/editor-style-rtl.css | 8 +- wp-content/themes/twentyeleven/functions.php | 4 +- .../themes/twentyeleven/inc/theme-options.php | 2 +- wp-content/themes/twentyeleven/rtl.css | 2 +- wp-content/themes/twentyeleven/style.css | 149 ++++++++++-------- 8 files changed, 101 insertions(+), 83 deletions(-) diff --git a/wp-content/themes/twentyeleven/colors/dark.css b/wp-content/themes/twentyeleven/colors/dark.css index f89d113b3a..c2b35e81cd 100644 --- a/wp-content/themes/twentyeleven/colors/dark.css +++ b/wp-content/themes/twentyeleven/colors/dark.css @@ -322,7 +322,7 @@ section.feature-image.large img { /* Featured Slider */ .featured-posts { - border-color: #222; + border-color: #222; } .featured-posts section.featured-post { background: #000; @@ -594,7 +594,7 @@ li.bypostauthor a.comment-reply-link:active { /* Comments */ .commentlist > li.comment { } - + /* Post author highlighting */ .commentlist > li.bypostauthor { color: #333; diff --git a/wp-content/themes/twentyeleven/content-page.php b/wp-content/themes/twentyeleven/content-page.php index 78330bdefd..c4998429d0 100644 --- a/wp-content/themes/twentyeleven/content-page.php +++ b/wp-content/themes/twentyeleven/content-page.php @@ -16,6 +16,8 @@
'' ) ); ?> - ', '' ); ?>
+ diff --git a/wp-content/themes/twentyeleven/content-single.php b/wp-content/themes/twentyeleven/content-single.php index 71b6bc4265..c246b74a17 100644 --- a/wp-content/themes/twentyeleven/content-single.php +++ b/wp-content/themes/twentyeleven/content-single.php @@ -26,17 +26,22 @@