Make date boundary separators all uppercase, lighter, and letterpressed

(imported from commit 01ffbda9b4dc478732dba091e3cefced9fb1cb7c)
This commit is contained in:
Allen Rabinovich 2013-07-02 11:41:10 -07:00
parent c5e70f08f7
commit cff0096f3b
1 changed files with 5 additions and 0 deletions

View File

@ -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{