green color that comes from the green.css stylesheet.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@20493
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-03-25 Darin Adler <darin@apple.com>
+
+ * coding/coding-style.html: Put !important on right/wrong colors so they override the
+ green color that comes from the green.css stylesheet.
+
2007-03-25 Darin Adler <darin@apple.com>
* coding/RefPtr.html: A couple minor wording tweaks.
}
.right {
- color: #008000;
+ color: #080 !important;
}
.wrong {
- color: #ff0000;
+ color: #f00 !important;
}
</style>