Skip to content

Commit

Permalink
footer fix for windows CHM viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
bisubus committed Nov 4, 2014
1 parent e87d0c4 commit 8426a0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion templates/bootstrapchm/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ body {
}

.footer {
height: 60px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
padding: 20px 30px;
Expand Down
4 changes: 2 additions & 2 deletions templates/bootstrapchm/layouts/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@

</div>

<footer class="footer">
<div class="footer">
<?php /* <p class="pull-left">&copy; My Company <?= date('Y') ?></p> */ ?>
<p class="pull-right"><small>Page generated on <?= date('r') ?></small></p>
<?= Yii::powered() ?>
</footer>
</div>

<?php $this->endBody() ?>
</body>
Expand Down

0 comments on commit 8426a0f

Please sign in to comment.