Put h3 footer messages inside the footer tag for easier styling
This commit is contained in:
parent
28ac110a3c
commit
2c68dd1c12
2 changed files with 12 additions and 12 deletions
app/assets
|
@ -53,7 +53,6 @@
|
|||
{{#if loadingMore}}
|
||||
<div class='topics-loading'>{{i18n topic.loading_more}}</div>
|
||||
{{/if}}
|
||||
</footer>
|
||||
|
||||
<h3>
|
||||
{{footerMessage}}
|
||||
|
@ -67,6 +66,7 @@
|
|||
{{/if}}
|
||||
{{/if}}
|
||||
</h3>
|
||||
</footer>
|
||||
|
||||
{{/if}}
|
||||
{{/unless}}
|
||||
|
|
|
@ -257,7 +257,7 @@
|
|||
// Topics
|
||||
|
||||
#topic-list-bottom {
|
||||
padding: 20px;
|
||||
margin: 20px 0;
|
||||
.topics-loading {
|
||||
width: 200px;
|
||||
margin: 0 auto;
|
||||
|
|
Reference in a new issue