From b31962fdc29af0908d9e2eb88b18e053324e409f Mon Sep 17 00:00:00 2001 From: Brice Maron Date: Mon, 18 Jun 2012 20:15:20 +0000 Subject: [PATCH] Hide image with no source (avoid placeholder img) --- settings/css/settings.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/settings/css/settings.css b/settings/css/settings.css index df1e3cfd3c..6e9d2432e4 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -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