diff options
author | matthew <matthew> | 2009-09-14 13:27:47 +0000 |
---|---|---|
committer | matthew <matthew> | 2009-09-14 13:27:47 +0000 |
commit | 6b49a03c15a58228b1ab2b4257d3908dc1c7a88c (patch) | |
tree | cd688503b10fa0f9ae64ada2535aa6fd78b647fb | |
parent | 4d2d8fdd9e75c4be62c64f65ec2667bdd78f7d6f (diff) |
HTML has been changed to use class, so update CSS to match.
-rw-r--r-- | web/css/core.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/css/core.css b/web/css/core.css index 27201bfb8..0b52c17bd 100644 --- a/web/css/core.css +++ b/web/css/core.css @@ -55,7 +55,7 @@ ul { margin: 0; } -ul#error { +ul.error { color: #cc0000; background-color: #ffeeee; padding-right: 4px; |