From a68bdd7f9d31e19d8875d1b7bf4e1381224ff60b Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Tue, 19 Oct 2010 09:22:59 +0200 Subject: [PATCH] Make unknown and modified marker red and bold. --- src/main/resources/static/css/sone.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 25e61c9..b0d0691 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -181,6 +181,11 @@ display: inline; } +#sone .sone .modified-marker, #sone .sone .unknown-marker { + color: red; + font-weight: bold; +} + #sone .sone form.block button, #sone .sone form.unblock button, #sone .sone form.follow button, #sone .sone form.unfollow button { display: inline; color: rgb(28, 131, 191); -- 2.7.4