diff --git a/.themes/classic/sass/partials/_navigation.scss b/.themes/classic/sass/partials/_navigation.scss
index 43ae469..c05819a 100644
--- a/.themes/classic/sass/partials/_navigation.scss
+++ b/.themes/classic/sass/partials/_navigation.scss
@@ -44,7 +44,7 @@ body > nav {
display: block;
padding-top: .15em;
}
- ul[role=subscription] {
+ ul.subscription {
margin-left: .8em;
float: right;
li:last-child a { padding-right: 0; }
@@ -130,7 +130,7 @@ body > nav {
}
}
}
- ul[role=subscription] { position: relative; top: .2em; li, a { border: 0; padding: 0; }}
+ ul.subscription { position: relative; top: .2em; li, a { border: 0; padding: 0; }}
a[rel=subscribe-rss]{ @include mask-subscription-nav('rss.png'); }
a[rel=subscribe-email]{ @include mask-subscription-nav('email.png'); }
}
diff --git a/.themes/classic/source/_includes/asides/delicious.html b/.themes/classic/source/_includes/asides/delicious.html
index 307a2e9..560e4af 100644
--- a/.themes/classic/source/_includes/asides/delicious.html
+++ b/.themes/classic/source/_includes/asides/delicious.html
@@ -1,7 +1,7 @@
{% if site.delicious_user %}
{% endif %}
diff --git a/.themes/classic/source/_includes/custom/head.html b/.themes/classic/source/_includes/custom/head.html
index 15a6d9d..85879f4 100644
--- a/.themes/classic/source/_includes/custom/head.html
+++ b/.themes/classic/source/_includes/custom/head.html
@@ -1,3 +1,3 @@
-
-
-
+
+
+