From: Samantha Doherty Date: Fri, 11 Mar 2011 05:00:54 +0000 (-0500) Subject: Couple of tiny theme changes for inline replies. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=dccd0ae6e1a74eb6558c2c0b9ad60bc0fa4cd0a3;p=quix0rs-gnu-social.git Couple of tiny theme changes for inline replies. --- 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 {