| Index: templates/default.tmpl | 
| =================================================================== | 
| --- a/templates/default.tmpl | 
| +++ b/templates/default.tmpl | 
| @@ -40,16 +40,17 @@ | 
| {% endif %} | 
| {% endfor %} | 
| <meta property="og:url" content="{{ get_canonical_url(page | ignore_browsers) }}"> | 
|  | 
| {# twitter https://dev.twitter.com/cards/markup #} | 
| <meta name="twitter:site" content="@AdblockPlus" /> | 
| <meta name="twitter:creator" content="@AdblockPlus" /> | 
|  | 
| +    <link rel="stylesheet" href="/css/defaults.css" class="cssfx"> | 
| <link rel="stylesheet" href="/css/main.css" class="cssfx"> | 
| <link rel="stylesheet" href="/css/main-desktop.css" media="(min-width: 1000px)" class="cssfx"> | 
| <link rel="stylesheet" href="/css/main-mobile.css" media="(max-width: 1000px)"> | 
| <link rel="apple-touch-icon" href="/img/favicon-large.png" /> | 
|  | 
| <!--[if IE 8]> | 
| <script src="/js/vendor/ie8.js"></script> | 
| <![endif]--> | 
| @@ -111,17 +112,17 @@ | 
| {% endfor %} | 
| </ul> | 
| </li> | 
| </ul> | 
| <a href="#" id="hamburger"></a> | 
| </nav> | 
| </header> | 
|  | 
| -    <div id="content" class="container {{ localefile == "index" and page }}"> | 
| +    <div id="content" class="container content {{ localefile == "index" and page }}"> | 
| {% if abbnotification %} | 
| <? include abb-notification ?> | 
| {% endif %} | 
| {% if not noheading %} | 
| <h1>{{title|translate("title")}}</h1> | 
| {% endif %} | 
|  | 
| {% if not notoc %} | 
|  |