changed design for recent answers
This commit is contained in:
@ -26,8 +26,10 @@
|
|||||||
<input type="hidden" name="words">
|
<input type="hidden" name="words">
|
||||||
</form>
|
</form>
|
||||||
{if="$recent_answers"}
|
{if="$recent_answers"}
|
||||||
<h4>Recent Answers by others:</h4>
|
<div class="row">
|
||||||
<table class="table table-responsive table-bordered table-condensed">
|
<div class="col-md-8">
|
||||||
|
<h4>Recent Answers by others:</h4>
|
||||||
|
<table class="table table-responsive table-bordered table-condensed">
|
||||||
<tbody>
|
<tbody>
|
||||||
{loop="$recent"}
|
{loop="$recent"}
|
||||||
<tr>
|
<tr>
|
||||||
@ -35,7 +37,9 @@
|
|||||||
</tr>
|
</tr>
|
||||||
{/loop}
|
{/loop}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
{include="footer"}
|
{include="footer"}
|
Reference in New Issue
Block a user