From dccd0ae6e1a74eb6558c2c0b9ad60bc0fa4cd0a3 Mon Sep 17 00:00:00 2001 From: Samantha Doherty Date: Fri, 11 Mar 2011 00:00:54 -0500 Subject: [PATCH] Couple of tiny theme changes for inline replies. --- theme/neo/css/display.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/theme/neo/css/display.css b/theme/neo/css/display.css index d6a33ad0cb..22556bb891 100644 --- a/theme/neo/css/display.css +++ b/theme/neo/css/display.css @@ -504,10 +504,17 @@ div.entry-content a.response:after { background: none; } +#content .notice .threaded-replies .entry-title { + min-height: 1px; +} + #content .threaded-replies .notice .author .photo { height: 24px; width: 24px; top: 14px; + box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); + -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); + -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); } #content .notice .threaded-replies .notice .entry-title { -- 2.39.5