Hide image with no source (avoid placeholder img)

This commit is contained in:
Brice Maron 2012-06-18 20:15:20 +00:00
parent 92bb59c95d
commit b31962fdc2
1 changed files with 2 additions and 0 deletions

View 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}