diff --git a/media/less/main.less b/media/less/main.less index d945fa7b5..87a6abe29 100644 --- a/media/less/main.less +++ b/media/less/main.less @@ -38,12 +38,6 @@ body { min-width: 1000px; text-align: left; - &.en-US { - > header { - border-top-color: #fff; - } - } - &.html-rtl { margin: 0; padding: 0; @@ -53,7 +47,7 @@ body { > header { .linear-gradient-top(#dee7ee, #cae1f4, 0%, #dee7ee, 65%, #d4dce4, 100%, url('../img/grain.png')); border-bottom: 1px solid #b3b8bc; - border-top: 2px solid #686868; + border-top: 2px solid #fff; margin-bottom: 20px; padding-bottom: 20px; @@ -61,13 +55,6 @@ body { float: left; margin-top: 20px; } - - .mozilla-tab { - display: block; - float: right; - position: relative; - z-index: 999; - } } .html-rtl { @@ -75,10 +62,6 @@ body { .logo { float: right; } - - .mozilla-tab { - float: left; - } } } } diff --git a/templates/base.html b/templates/base.html index 2b2a7c11a..ad9000c03 100644 --- a/templates/base.html +++ b/templates/base.html @@ -26,17 +26,14 @@ {{ css(style) }} {% endfor %} - {% if request.LANGUAGE_CODE == 'en-US' %} - {# tabzilla is en-US only for now #} - - {% endif %} + + {{ css('ie') }} + + {{ css('ie8') }} + {% if meta %} {% for tag in meta %} @@ -105,12 +102,7 @@ - {% if request.LANGUAGE_CODE == 'en-US' %} - {# tabzilla is en-US only for now #} - mozilla - {% else %} - - {% endif %} + mozilla @@ -203,10 +195,7 @@ {# /#footer #} -{% if request.LANGUAGE_CODE == 'en-US' %} - {# tabzilla is en-US only for now #} - -{% endif %} +