added top margin to recent answers

This commit is contained in:
pixeldesu 2014-08-18 16:51:07 +02:00
parent bd9a919a25
commit 375caf8fd4
2 changed files with 5 additions and 1 deletions

View File

@ -13,4 +13,8 @@
.rowm {
margin-top: 10px;
margin-bottom: 10px;
}
.recent-margin {
margin-top: 30px;
}

View File

@ -26,7 +26,7 @@
<input type="hidden" name="words">
</form>
{if="$recent_answers"}
<div class="row">
<div class="row recent-margin">
<div class="col-md-8">
<h4>Recent Answers by others:</h4>
<table class="table table-responsive table-bordered table-condensed">