Remove “!important” rules, “!important” was not so important after all.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sat, 15 Jan 2011 00:10:13 +0000 (01:10 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sat, 15 Jan 2011 00:10:13 +0000 (01:10 +0100)
src/main/resources/static/css/sone.css

index 55646f3..f444cab 100644 (file)
@@ -561,6 +561,6 @@ textarea {
 }
 
 #sone .confirm {
-       font-weight: bold !important;
-       color: red !important;
+       font-weight: bold;
+       color: red;
 }