Skip to content

Commit

Permalink
Reinstates markup for the featured content widget. See #341
Browse files Browse the repository at this point in the history
  • Loading branch information
livinglab committed Mar 5, 2012
1 parent 4606b9a commit 5d99795
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Expand Up @@ -1002,6 +1002,7 @@ public function renderType_BLOG() {
<h3><?php echo $header ?></h3>
<div>
<?php echo $avatar ?>
<div class="cac-content">
<h4><a href="<?php echo $site_url ?>"><?php echo $blog_name?></a></h4>
<p>
<?php if($this->crop_length): ?>
Expand All @@ -1010,6 +1011,7 @@ public function renderType_BLOG() {
<?php echo $description; ?>
<?php endif; ?>
</p>
</div>
</div>

<p class="more">
Expand Down
3 changes: 2 additions & 1 deletion wp-content/themes/citytech/style.css
Expand Up @@ -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
{
Expand Down

0 comments on commit 5d99795

Please sign in to comment.