diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 89f47941de..9203beacc6 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -873,8 +873,8 @@ content: ":"; #content .notice .threaded-replies .notice, #content .notice .threaded-replies .notice-data { width: 440px; - padding-bottom: 14px; - padding-top: 5px; + padding-bottom: 1ex; + padding-top: 1ex; border-bottom: 2px dotted #eee; line-height: 1.36em; margin-top: 0px; @@ -907,6 +907,14 @@ content: ":"; clear: both; font-size: 0.88em; } +.threaded-replies .notice-faves:before { + content: "\2665"; + margin-right: 1ex; +} +.threaded-replies .notice-repeats:before { + content: "\267B"; + margin-right: 1ex; +} .threaded-replies li { list-style-type: none;