From cff0096f3b9e681fd707e4a4333564586a960575 Mon Sep 17 00:00:00 2001 From: Allen Rabinovich Date: Tue, 2 Jul 2013 11:41:10 -0700 Subject: [PATCH] Make date boundary separators all uppercase, lighter, and letterpressed (imported from commit 01ffbda9b4dc478732dba091e3cefced9fb1cb7c) --- zephyr/static/styles/zephyr.css | 5 +++++ 1 file changed, 5 insertions(+) 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{