summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authoretienne2009-06-08 00:15:00 +0000
committeretienne2009-06-08 00:15:00 +0000
commit54550d2091d2254fd20fbeefdc82dc56a69611fe (patch)
tree69b2158739967fe8894188be09dfaf35db2c18fb /static
parent3e95d82ac2ccd24dbe331d4047ae243144dfac25 (diff)
Using newforms infor the create form
Diffstat (limited to 'static')
-rw-r--r--static/styles.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/styles.css b/static/styles.css
index 141aa46..605fef3 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -143,7 +143,7 @@ color:#808080;
text-decoration:none;
}
-.alert, .error{
+.alert, .error, .errorlist{
color:blue;
}
@@ -309,4 +309,4 @@ text-align:center;
.comments .submit{
width:auto;
-} \ No newline at end of file
+}