css: fix dead space around thumbnails in tables.

This commit is contained in:
evazion
2019-09-28 14:05:55 -05:00
parent 085e903e02
commit 6ef1a1c0b8

View File

@@ -58,6 +58,13 @@ article.post-preview {
}
}
/* Avoid dead space around thumbnails in tables. */
table article.post-preview {
height: auto;
width: auto;
margin: 0;
}
#saved-searches-nav {
margin-top: 1em;
}