From 5d9979547248be8783edec60956c37f02a27d8f1 Mon Sep 17 00:00:00 2001 From: OpenLab Date: Mon, 5 Mar 2012 09:57:42 -0500 Subject: [PATCH] Reinstates markup for the featured content widget. See #341 --- .../plugins/cac-featured-content/cac-featured-content.php | 2 ++ wp-content/themes/citytech/style.css | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/wp-content/plugins/cac-featured-content/cac-featured-content.php b/wp-content/plugins/cac-featured-content/cac-featured-content.php index 6541bbf95f..87a3eb3e45 100644 --- a/wp-content/plugins/cac-featured-content/cac-featured-content.php +++ b/wp-content/plugins/cac-featured-content/cac-featured-content.php @@ -1002,6 +1002,7 @@ public function renderType_BLOG() {

+

crop_length): ?> @@ -1010,6 +1011,7 @@ public function renderType_BLOG() {

+

diff --git a/wp-content/themes/citytech/style.css b/wp-content/themes/citytech/style.css index ccb369437e..abf589c44e 100644 --- a/wp-content/themes/citytech/style.css +++ b/wp-content/themes/citytech/style.css @@ -1016,7 +1016,8 @@ a#pgw-prev, a#pgw-next { border: 2px solid #F5F6F7; padding: 10px; margin-top: 25px; - width: 255px; + width: 255px; + overflow: hidden; } #cac-featured .avatar {