summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-10-10 15:53:08 +0200
committerYorhel <git@yorhel.nl>2009-10-10 15:53:30 +0200
commit5453223bf93a17d49d2717f8e0fbc70ed8477a94 (patch)
tree01d980d00bc39b0e2f8c12fc987ad1e11b1e6a79 /data
parent5ce2ce4c494feef5940c032549472a52b5282ad1 (diff)
Make "My Messages (n)" stand out when n>0
Not very obstructive now that number will automatically reset itself after opening the threads.
Diffstat (limited to 'data')
-rw-r--r--data/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/style.css b/data/style.css
index 56c68f3c..483ef6d1 100644
--- a/data/style.css
+++ b/data/style.css
@@ -239,7 +239,7 @@ td.field label {
p.center {
text-align: center;
}
-b.future, b.standout {
+b.future, b.standout, a.standout {
font-weight: normal;
color: $standout$;
}