mirror of
https://github.com/danpros/htmly.git
synced 2026-04-18 03:26:20 +05:30
Improve style
This commit is contained in:
parent
14df75d6e4
commit
3aed148d5c
3 changed files with 7 additions and 3 deletions
|
|
@ -429,6 +429,7 @@ iframe {
|
|||
}
|
||||
.pager {
|
||||
margin-top:30px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
/* share section */
|
||||
|
|
@ -584,7 +585,10 @@ ul.month {
|
|||
}
|
||||
.main-nav .navbar-toggle, #navbar {
|
||||
float:none!important;
|
||||
text-align:Center;
|
||||
text-align: center;
|
||||
}
|
||||
.pager {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
}
|
||||
/* Small devices (tablets, 768px and up) */
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@
|
|||
</section><!--//section-->
|
||||
<?php endforeach; ?>
|
||||
<?php if (!empty($pagination['prev']) || !empty($pagination['next'])): ?>
|
||||
<div class="pager" style="margin-bottom:0;">
|
||||
<div class="pager">
|
||||
<?php if (!empty($pagination['prev'])): ?>
|
||||
<span class="newer pull-left"><a class="btn btn-cta-secondary" href="?page=<?php echo $page - 1 ?>" rel="prev">Newer</a></span>
|
||||
<?php endif; ?>
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
<?php endforeach; ?>
|
||||
</ul>
|
||||
<?php if (!empty($pagination['prev']) || !empty($pagination['next'])): ?>
|
||||
<div class="pager" style="margin-bottom:0;">
|
||||
<div class="pager">
|
||||
<?php if (!empty($pagination['prev'])): ?>
|
||||
<span class="newer pull-left"><a class="btn btn-cta-secondary" href="?page=<?php echo $page - 1 ?>" rel="prev">Newer</a></span>
|
||||
<?php endif; ?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue