 Issue 29538612:
  Issue 5607 - Namespace content styles in website-defaults  (Closed) 
  Base URL: https://hg.adblockplus.org/website-defaults
    
  
    Issue 29538612:
  Issue 5607 - Namespace content styles in website-defaults  (Closed) 
  Base URL: https://hg.adblockplus.org/website-defaults| Left: | ||
| Right: | 
| OLD | NEW | 
|---|---|
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> | 
| 2 <html | 2 <html | 
| 3 lang="{{ locale }}" | 3 lang="{{ locale }}" | 
| 4 dir="{{ "rtl" if config.has_option("rtl", locale) else "ltr" }}"> | 4 dir="{{ "rtl" if config.has_option("rtl", locale) else "ltr" }}"> | 
| 5 <head> | 5 <head> | 
| 6 <? include meta/standard ?> | 6 <? include meta/standard ?> | 
| 7 <link rel="stylesheet" href="/css/main.css"> | 7 <link rel="stylesheet" href="/css/main.css"> | 
| 8 <link rel="stylesheet" href="/css/demo.css"> | 8 <link rel="stylesheet" href="/css/demo.css"> | 
| 9 </head> | 9 </head> | 
| 10 <body> | 10 <body> | 
| 11 <div class="container"> | 11 <div class="container content"> | 
| 
ire
2017/09/07 12:08:23
Since we want these styles applied to everything i
 
juliandoucette
2017/09/08 15:43:53
Acknowledged.
 | |
| 12 {{ body | safe }} | 12 {{ body | safe }} | 
| 13 </div> | 13 </div> | 
| 14 </body> | 14 </body> | 
| 15 </html> | 15 </html> | 
| OLD | NEW |