added top margin to recent answers
This commit is contained in:
parent
bd9a919a25
commit
375caf8fd4
@ -13,4 +13,8 @@
|
||||
.rowm {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.recent-margin {
|
||||
margin-top: 30px;
|
||||
}
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user