diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index 7904b4b6d5..bc52fd2700 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -1745,6 +1745,10 @@ li.expanded_subject { background: inherit; padding: 4px; overflow: hidden; + text-transform: uppercase; + font-size: 0.8em; + color: #bbb; + text-shadow: 1px 1px 0px #fff; } .date_row span:before, @@ -1756,6 +1760,7 @@ li.expanded_subject { width: 50%; height: 0px; border-top: 1px solid #ccc; + border-bottom: 1px solid #fff; } .date_row span:before{