diff options
| author | etienne <etienne@07715635-78ed-41b0-aaf1-0afda6c37f35> | 2009-06-08 00:15:00 +0000 |
|---|---|---|
| committer | etienne <etienne@07715635-78ed-41b0-aaf1-0afda6c37f35> | 2009-06-08 00:15:00 +0000 |
| commit | 54550d2091d2254fd20fbeefdc82dc56a69611fe (patch) | |
| tree | 69b2158739967fe8894188be09dfaf35db2c18fb /static | |
| parent | 3e95d82ac2ccd24dbe331d4047ae243144dfac25 (diff) | |
| download | Papillon-54550d2091d2254fd20fbeefdc82dc56a69611fe.tar.bz2 Papillon-54550d2091d2254fd20fbeefdc82dc56a69611fe.zip | |
Using newforms infor the create form
Diffstat (limited to 'static')
| -rw-r--r-- | static/styles.css | 4 |
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 +} |
