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: Translate autodetected string, change only relevant ua-* classes on body Created Oct. 17, 2017, 3:02 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">
<? 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