* set the font-size=12 of summary.

This commit is contained in:
azhi
2013-08-08 13:59:19 +08:00
parent 3c97af8be2
commit 39399d6e69

View File

@@ -156,7 +156,7 @@ var browseType = '<?php echo $browseType;?>';
echo "<button id='moreAction' type='button' onclick=\"toggleSubMenu(this.id, 'top', 0)\"><span class='caret'></span></button>";
echo "</div>";
}
echo $summary;
echo "<span class='f-12px'>" . $summary . "</span>";
?>
</div>
<?php $pager->show();?>