Images with links don’t have borders, Mr. Firefox!
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 18 Nov 2010 10:30:25 +0000 (11:30 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 18 Nov 2010 10:30:25 +0000 (11:30 +0100)
src/main/resources/static/css/sone.css

index e34fadb..608a4e8 100644 (file)
@@ -49,6 +49,10 @@ textarea {
        color: rgb(255, 172, 0);
 }
 
+#sone a img {
+       border: none;
+}
+
 #sone #notification-area {
        margin-top: 1em;
 }