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

Unified Diff: templates/default.tmpl

Issue 29722659: Fixes #36 - Adjusted heading font-sizes and line-heights (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Created March 14, 2018, 1:33 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/img/media/wsj-2x.png ('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
@@ -28,19 +28,16 @@
{{head|safe}}
{% endblock %}
</head>
<body>
<? include navbar ?>
<div id="content" class="container content {{ localefile == "index" and page }}">
- {% if abbnotification %}
- <? include abb-notification ?>
- {% endif %}
{% if not noheading %}
<h1>{{title|translate("title")}}</h1>
{% endif %}
{% if not notoc %}
{% macro toc(toclist) %}
<ul>
{% for item in toclist %}
« no previous file with comments | « static/img/media/wsj-2x.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld