]> source.dussan.org Git - nextcloud-server.git/commitdiff
Hide image with no source (avoid placeholder img)
authorBrice Maron <brice@bmaron.net>
Mon, 18 Jun 2012 20:15:20 +0000 (20:15 +0000)
committerBrice Maron <brice@bmaron.net>
Mon, 18 Jun 2012 20:15:20 +0000 (20:15 +0000)
settings/css/settings.css

index df1e3cfd3c2947bbf0f96d0a58213562d05c0c15..6e9d2432e49521bf726feea6b17b661c7252fb44 100644 (file)
@@ -50,3 +50,5 @@ span.version { margin-left:3em; color:#ddd; }
 
 /* LOF */
 #log { white-space:normal; }
+/* Don't show blank images */
+img[src=""] { display:none}
\ No newline at end of file