From 53d1278171cad97b2350c5e9514aa1746358561e Mon Sep 17 00:00:00 2001 From: Mayhem Date: Tue, 4 Feb 2014 18:37:36 +0100 Subject: [PATCH] fix catalog layout on firefox Conflicts: CHANGELOG.md --- src/General/css/style.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/General/css/style.css b/src/General/css/style.css index d941cff79..668917baa 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -498,12 +498,11 @@ hr ~ div.center:not(.ad-cnt) { text-decoration: none; } .catalog-mode { - display: flex; - flex-wrap: wrap; - justify-content: center; + text-align: center; } .catalog-thread { - display: flex; + display: inline-flex; + text-align: left; flex-direction: column; align-items: center; width: 165px;