Don’t show border around images on album page.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Fri, 23 Sep 2011 07:58:10 +0000 (09:58 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Fri, 23 Sep 2011 07:58:10 +0000 (09:58 +0200)
src/main/resources/static/css/sone.css

index 69e93d6..b4ea40d 100644 (file)
@@ -673,7 +673,7 @@ textarea {
        padding: 0.5ex;
 }
 
-#sone .image img, #sone .single-image img {
+#sone .single-image img {
        border: solid 1px #000;
        background-color: #fff;
 }