Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: templates/default.tmpl

Issue 29564718: Issue 5742 - Added container and 4 column grid to adblockplus.org (Closed) Base URL: https://bitbucket.org/adblockplus/adblockplus.org
Patch Set: Fixed border-box colon Created Oct. 5, 2017, 5:17 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « static/css/main-mobile.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: templates/default.tmpl
===================================================================
--- a/templates/default.tmpl
+++ b/templates/default.tmpl
@@ -111,17 +111,17 @@
{% endfor %}
</ul>
</li>
</ul>
<a href="#" id="hamburger"></a>
</nav>
</header>
- <div id="content" {% if localefile == "index" %}class="{{page}}"{% endif %}>
+ <div id="content" class="container {{ localefile == "index" and page }}">
{% if abbnotification %}
<? include abb-notification ?>
{% endif %}
{% if not noheading %}
<h1>{{title|translate("title")}}</h1>
{% endif %}
{% if not notoc %}
« no previous file with comments | « static/css/main-mobile.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld