Make shower/hider links sans-serif: Closes #5421

This commit is contained in:
Robert Schroll 2012-06-25 14:27:13 -07:00 committed by Jim Nelson
parent b6095ea84a
commit 591b7c7ac5

View file

@ -335,6 +335,7 @@ img[src^="data:"] {
.quote_container > .shower,
.quote_container > .hider {
color: #777;
font-family: sans-serif;
font-size: 75%;
cursor: pointer;
display: none;