added top margin to recent answers
This commit is contained in:
parent
bd9a919a25
commit
375caf8fd4
@ -14,3 +14,7 @@
|
|||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.recent-margin {
|
||||||
|
margin-top: 30px;
|
||||||
|
}
|
@ -26,7 +26,7 @@
|
|||||||
<input type="hidden" name="words">
|
<input type="hidden" name="words">
|
||||||
</form>
|
</form>
|
||||||
{if="$recent_answers"}
|
{if="$recent_answers"}
|
||||||
<div class="row">
|
<div class="row recent-margin">
|
||||||
<div class="col-md-8">
|
<div class="col-md-8">
|
||||||
<h4>Recent Answers by others:</h4>
|
<h4>Recent Answers by others:</h4>
|
||||||
<table class="table table-responsive table-bordered table-condensed">
|
<table class="table table-responsive table-bordered table-condensed">
|
||||||
|
Loading…
Reference in New Issue
Block a user