forked from leftypol/leftypol
Add page wrapper div in order to restrict page width and center content
This commit is contained in:
parent
9ac3381891
commit
f2b73e1dff
3 changed files with 7 additions and 2 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
{% if pm %}<div class="top_notice">You have <a href="?/PM/{{ pm.id }}">an unread PM</a>{% if pm.waiting > 0 %}, plus {{ pm.waiting }} more waiting{% endif %}.</div><hr />{% endif %}
|
||||
{% if config.url_banner %}<img class="board_image" src="{{ config.url_banner }}" {% if config.banner_width or config.banner_height %}style="{% if config.banner_width %}width:{{ config.banner_width }}px{% endif %};{% if config.banner_width %}height:{{ config.banner_height }}px{% endif %}" {% endif %}alt="" />{% endif %}
|
||||
|
||||
<div id="pagewrap">
|
||||
<header>
|
||||
<h1>{{ board.url }} - {{ board.title|e }}</h1>
|
||||
<div class="subtitle">
|
||||
|
@ -87,6 +87,7 @@
|
|||
|
||||
{% for footer in config.footer %}<p class="unimportant" style="text-align:center;">{{ footer }}</p>{% endfor %}
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
<div class="bar bottom">
|
||||
<div class="pages">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue