From ee52dcb5835caa2193570d17e174ee812bb1f2fe Mon Sep 17 00:00:00 2001 From: ctrlcctrlv Date: Thu, 29 Aug 2013 13:41:36 +0000 Subject: [PATCH] Fix number of replies sometimes displaying next to image --- templates/themes/catalog/catalog.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/themes/catalog/catalog.css b/templates/themes/catalog/catalog.css index 048dd656..c24b9d62 100644 --- a/templates/themes/catalog/catalog.css +++ b/templates/themes/catalog/catalog.css @@ -35,4 +35,8 @@ div.thread { div.thread:hover { background: #D6DAF0; border-color: #B7C5D9; -} \ No newline at end of file +} + +strong { + display: block; +}