From e3add277573461ca9a959c361849dd48bfd37910 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Fri, 19 Sep 2014 23:52:58 -0700 Subject: [PATCH] CSS tweaks --- src/General/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/General/css/style.css b/src/General/css/style.css index 72d75cb52..8f7ef7f6d 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -555,6 +555,7 @@ hr + div.center:not(.ad-cnt):not(.topad):not(.middlead):not(.bottomad) { height: 1em; margin: 0; vertical-align: text-top; + padding-left: 2px; } .catalog-stats > .menu-button { text-align: center; @@ -574,6 +575,8 @@ hr + div.center:not(.ad-cnt):not(.topad):not(.middlead):not(.bottomad) { .catalog-thread > .subject { -webkit-flex-shrink: 0; flex-shrink: 0; + -webkit-align-self: stretch; + align-self: stretch; font-weight: 700; line-height: 1; text-align: center;