Remove obsolete rules for blocking and blacklisting.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 17 Nov 2010 13:23:03 +0000 (14:23 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 17 Nov 2010 13:23:03 +0000 (14:23 +0100)
src/main/resources/static/css/sone.css

index d2397de..4ed5801 100644 (file)
@@ -387,7 +387,7 @@ textarea {
        display: none;
 }
 
-#sone .sone form.block button, #sone .sone form.unblock button, #sone .sone form.follow button, #sone .sone form.unfollow button, #sone .sone form.blacklist button, #sone .sone form.unblacklist button {
+#sone .sone form.follow button, #sone .sone form.unfollow button {
        display: inline;
        color: rgb(28, 131, 191);
        background: none;
@@ -396,7 +396,7 @@ textarea {
        padding: 0px;
 }
 
-#sone .sone form.block button:hover, #sone .sone form.unblock button:hover, #sone .sone form.follow button:hover, #sone .sone form.unfollow button:hover, #sone .sone form.blacklist button:hover, #sone .sone form.unblacklist button:hover {
+#sone .sone form.follow button:hover, #sone .sone form.unfollow button:hover {
        display: inline;
        color: rgb(255, 172, 0);
 }