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

Unified Diff: templates/minimal.tmpl

Issue 29559620: Issue 5692 - Create Browser Selector with Browser Detection Component for help.eyeo.com (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Patch Set: SVG enhancement for arrow-icon, correct formatting Created Oct. 20, 2017, 1:39 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 | « templates/article.tmpl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: templates/minimal.tmpl
===================================================================
--- a/templates/minimal.tmpl
+++ b/templates/minimal.tmpl
@@ -38,17 +38,17 @@
<!--[if lt IE 10]>
<script src="/js/vendor/classList.min.js"></script>
<![endif]-->
{% block head %}
{{ head | safe }}
{% endblock %}
</head>
-<body>
+<body class="us-safari ua-ios ua-safari ua-chrome">
juliandoucette 2017/10/23 13:43:12 I'm guessing that this is supposed to be uA-safari
ire 2017/10/23 16:13:53 No I was testing to make sure that only ua-* class
ire 2017/10/23 16:15:40 Done.
<? include layout/header ?>
<div class="outer">
{% block body %}
{{ body | safe }}
{% endblock %}
</div>
{% block footer %}
{{ footer | safe }}
« no previous file with comments | « templates/article.tmpl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld