Browse Source

Improve style

pull/189/head
Danang Probo Sayekti 10 years ago
parent
commit
3aed148d5c
3 changed files with 7 additions and 3 deletions
  1. +5
    -1
      themes/blog/css/styles.css
  2. +1
    -1
      themes/blog/main.html.php
  3. +1
    -1
      themes/blog/profile.html.php

+ 5
- 1
themes/blog/css/styles.css View File

@ -429,6 +429,7 @@ iframe {
} }
.pager { .pager {
margin-top:30px; margin-top:30px;
margin-bottom: 0px;
} }
/* share section */ /* share section */
@ -584,7 +585,10 @@ ul.month {
} }
.main-nav .navbar-toggle, #navbar { .main-nav .navbar-toggle, #navbar {
float:none!important; float:none!important;
text-align:Center;
text-align: center;
}
.pager {
margin-bottom: 30px;
} }
} }
/* Small devices (tablets, 768px and up) */ /* Small devices (tablets, 768px and up) */


+ 1
- 1
themes/blog/main.html.php View File

@ -73,7 +73,7 @@
</section><!--//section--> </section><!--//section-->
<?php endforeach; ?> <?php endforeach; ?>
<?php if (!empty($pagination['prev']) || !empty($pagination['next'])): ?> <?php if (!empty($pagination['prev']) || !empty($pagination['next'])): ?>
<div class="pager" style="margin-bottom:0;">
<div class="pager">
<?php if (!empty($pagination['prev'])): ?> <?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> <span class="newer pull-left"><a class="btn btn-cta-secondary" href="?page=<?php echo $page - 1 ?>" rel="prev">Newer</a></span>
<?php endif; ?> <?php endif; ?>


+ 1
- 1
themes/blog/profile.html.php View File

@ -29,7 +29,7 @@
<?php endforeach; ?> <?php endforeach; ?>
</ul> </ul>
<?php if (!empty($pagination['prev']) || !empty($pagination['next'])): ?> <?php if (!empty($pagination['prev']) || !empty($pagination['next'])): ?>
<div class="pager" style="margin-bottom:0;">
<div class="pager">
<?php if (!empty($pagination['prev'])): ?> <?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> <span class="newer pull-left"><a class="btn btn-cta-secondary" href="?page=<?php echo $page - 1 ?>" rel="prev">Newer</a></span>
<?php endif; ?> <?php endif; ?>


Loading…
Cancel
Save