diff --git a/following.html b/following.html index df6a66e..457a29a 100644 --- a/following.html +++ b/following.html @@ -11,6 +11,7 @@ + diff --git a/home.html b/home.html index 4e2fee6..00ff2f1 100644 --- a/home.html +++ b/home.html @@ -11,6 +11,7 @@ + @@ -26,6 +27,7 @@ + + diff --git a/network.html b/network.html index e479bef..99574e9 100644 --- a/network.html +++ b/network.html @@ -10,6 +10,7 @@ + diff --git a/options.html b/options.html index a567981..a2775b2 100644 --- a/options.html +++ b/options.html @@ -10,6 +10,7 @@ + @@ -18,6 +19,7 @@ + + diff --git a/theme_nin/css/style.css b/theme_nin/css/style.css index 3a54320..35fbe2c 100644 --- a/theme_nin/css/style.css +++ b/theme_nin/css/style.css @@ -1704,7 +1704,7 @@ button.disabled:hover, .mini-profile-actions span.disabled:hover, a.button.disab visibility: hidden; } /* line 39, ../sass/_tabs.sass */ -.options input#tab_language:checked ~ .tab-content .language, .options input#t-2:checked ~ .tab-content .theme, .options input#t-3:checked ~ .tab-content .sounds, .options input#t-4:checked ~ .tab-content .keys, .options input#t-5:checked ~ .tab-content .postboard-display, .options input#t-6:checked ~ .tab-content .users { +.options input#tab_language:checked ~ .tab-content .language, .options input#t-2:checked ~ .tab-content .theme, .options input#t-3:checked ~ .tab-content .notifications, .options input#t-4:checked ~ .tab-content .keys, .options input#t-5:checked ~ .tab-content .postboard-display, .options input#t-6:checked ~ .tab-content .users { position: relative; z-index: 10; opacity: 1; diff --git a/theme_nin/sass/_tabs.sass b/theme_nin/sass/_tabs.sass index 659cac7..b1cdea9 100644 --- a/theme_nin/sass/_tabs.sass +++ b/theme_nin/sass/_tabs.sass @@ -38,7 +38,7 @@ input &#tab_language:checked ~ .tab-content .language, &#t-2:checked ~ .tab-content .theme, - &#t-3:checked ~ .tab-content .sounds, + &#t-3:checked ~ .tab-content .notifications, &#t-4:checked ~ .tab-content .keys, &#t-5:checked ~ .tab-content .postboard-display, &#t-6:checked ~ .tab-content .users