 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
    
  
    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| 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 }} |