Add mobile CSS rule to highlight the submitter within the comments.

This commit is contained in:
Courthold
2012-06-28 16:21:27 +03:00
committed by Max Goodman
parent 312da0e997
commit 02c73e7dd2

View File

@@ -150,3 +150,4 @@ ul {
.flair, .linkflair { color: #545454; background-color: #F5F5F5; border: 1px solid #DEDEDE; }
.linkflair { display: inline-block; font-size: small; max-width: 10em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
a.author, .flair, .linkflair { margin-right: 0.5em }
.author.submitter { color: white; background-color: #5F99CF; padding: 0 4px; }