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 {