Added class 'clearfix' to page-header

Closes #59
This commit is contained in:
Zoe Rooney 2013-08-02 08:08:53 -04:00
parent 5ff6a25883
commit 9771a4376a
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ if ($homepage && $homepage_url !== '/') {
<div class="content-page">
<article>
<?php if($options['date_modified'] && isset($page['modified'])) { ?>
<div class="page-header sub-header">
<div class="page-header sub-header clearfix">
<h1><?php echo $page['title'];?></h1>
<span style="float: left; font-size: 10px; color: gray;">
<?php echo date("l, F j, Y", $page['modified']);?>