From: David ‘Bombe’ Roden Date: Tue, 19 Oct 2010 07:22:59 +0000 (+0200) Subject: Make unknown and modified marker red and bold. X-Git-Tag: 0.1-RC1~196 X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=a68bdd7f9d31e19d8875d1b7bf4e1381224ff60b;p=Sone.git Make unknown and modified marker red and bold. --- 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);