diff --git a/dolweb/homepage/templates/homepage-home.html b/dolweb/homepage/templates/homepage-home.html index 3df9b53..b40a52e 100644 --- a/dolweb/homepage/templates/homepage-home.html +++ b/dolweb/homepage/templates/homepage-home.html @@ -31,7 +31,6 @@ {% endblock %} {% block "body" %} -
diff --git a/dolweb/static/css/dolphin.css b/dolweb/static/css/dolphin.css index 34b44c4..4137d10 100644 --- a/dolweb/static/css/dolphin.css +++ b/dolweb/static/css/dolphin.css @@ -170,31 +170,6 @@ div#download-stable h1, div#download-dev h1, div#download-source h1 { text-align: center; } -.skg-btn { - margin-left: 1.0em; - text-align: center; -} - -.skg-alert { - line-height: 2.0em; -} - -@media (min-width: 768px) { - .skg-btn { - display: inline-block; - } - - .skg-alert { - background-image: url("../img/skglogo.svg"); - background-repeat: no-repeat; - background-position-y: center; - background-size: 80px; - padding-left: 90px; - padding-top: 2px; - padding-bottom: 2px; - } -} - .fb-like { height: 20px; display: inline-block; diff --git a/dolweb/static/img/skglogo.svg b/dolweb/static/img/skglogo.svg deleted file mode 100644 index b72b8dd..0000000 --- a/dolweb/static/img/skglogo.svg +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - - - diff --git a/dolweb/templates/_base.html b/dolweb/templates/_base.html index f20fdb7..5f3361b 100644 --- a/dolweb/templates/_base.html +++ b/dolweb/templates/_base.html @@ -104,7 +104,6 @@ {% endblock %}
- {% include "skg_alert.html" %} {% if COUNTRY_REDIRECT %}
diff --git a/dolweb/templates/skg_alert.html b/dolweb/templates/skg_alert.html deleted file mode 100644 index c271936..0000000 --- a/dolweb/templates/skg_alert.html +++ /dev/null @@ -1,16 +0,0 @@ -{% load staticfiles %} -{% load i18n %} - -