Hide image with no source (avoid placeholder img)
This commit is contained in:
parent
92bb59c95d
commit
b31962fdc2
|
@ -50,3 +50,5 @@ span.version { margin-left:3em; color:#ddd; }
|
||||||
|
|
||||||
/* LOF */
|
/* LOF */
|
||||||
#log { white-space:normal; }
|
#log { white-space:normal; }
|
||||||
|
/* Don't show blank images */
|
||||||
|
img[src=""] { display:none}
|
Loading…
Reference in New Issue