 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: static/scss/components/_article.scss | 
| =================================================================== | 
| --- a/static/scss/components/_article.scss | 
| +++ b/static/scss/components/_article.scss | 
| @@ -28,8 +28,18 @@ | 
| .article-heading, | 
| .article-browser-selector | 
| { | 
| padding-bottom: $md; | 
| margin-bottom: $md; | 
| border-bottom: 1px dotted $gray; | 
| } | 
| + | 
| +.article-browser-selector | 
| +{ | 
| + display: none; | 
| +} | 
| + | 
| +.js .article-browser-selector | 
| +{ | 
| + display: block; | 
| +} |