Skip to content

Commit

Permalink
#1336 Add space to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick committed Oct 9, 2015
1 parent c5ddd9c commit 0500900
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions themes/Fifteen/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,12 @@ h1, h2, h3, h4, h5, h6 {
}
}

@media screen and (min-width: 768px) {
.container-main {
margin-bottom: 15px;
}
}

/* Addons */
#mail-addon, #website-addon, #microsoft-addon, #facebook-addon, #twitter-addon, #google-addon {
color: #fff;
Expand Down
1 change: 0 additions & 1 deletion themes/Fifteen/thread.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,5 @@
<?php draw_editor('10'); ?>
</form>
<?php endif; ?>
<div class="pull-right navitan"><?php echo $paging_links ?></div>
</div>
</div>

0 comments on commit 0500900

Please sign in to comment.