From 08afb032503c60782c0f7cb2e53bbd3de545c1e8 Mon Sep 17 00:00:00 2001 From: Mayhem Date: Tue, 4 Feb 2014 18:54:59 +0100 Subject: [PATCH] Fix catalog layout alignment. Conflicts: CHANGELOG.md --- src/General/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/General/css/style.css b/src/General/css/style.css index 668917baa..46cdd27bc 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -509,6 +509,7 @@ hr ~ div.center:not(.ad-cnt) { margin: 0 2px 5px; max-height: 320px; word-break: break-word; + vertical-align: top; } .catalog-thread > a { flex-shrink: 0;