From 863b446a1106f265f3d8c04d9da966664c52da9b Mon Sep 17 00:00:00 2001 From: czaks Date: Fri, 27 Dec 2013 20:09:11 +0100 Subject: [PATCH] catalog theme styling fix --- stylesheets/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index 85ce5ba0..b3f9aa60 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -485,7 +485,7 @@ form.ban-appeal { form.ban-appeal textarea { display: block; } -.theme-catalog img { +.theme-catalog div.thread img { float:none!important; margin: auto; margin-bottom: 12px; @@ -511,6 +511,6 @@ form.ban-appeal textarea { background: rgba(182, 182, 182, 0.12); border: 2px solid rgba(111, 111, 111, 0.34); } -.theme-catalog strong { +.theme-catalog div.thread strong { display: block; }