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; +}