From: David ‘Bombe’ Roden Date: Sat, 15 Jan 2011 00:10:13 +0000 (+0100) Subject: Remove “!important” rules, “!important” was not so important after all. X-Git-Tag: 0.4^2~9^2~4 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=ffd411c1ebdb08803f78635940d740830ea0f27f Remove “!important” rules, “!important” was not so important after all. --- diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 55646f3..f444cab 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -561,6 +561,6 @@ textarea { } #sone .confirm { - font-weight: bold !important; - color: red !important; + font-weight: bold; + color: red; }