# HG changeset patch # User Madhusudan.C.S # Date 1289911045 -19800 # Node ID 4b40c44d9f2d8b839719c5c77e5f5d6ebf0c0c0f # Parent f80e1c78dcc0780d18a437052eefa111408851f7 Add a alert label block with bigger font size and red color. diff -r f80e1c78dcc0 -r 4b40c44d9f2d project/static/css/styles.css --- a/project/static/css/styles.css Tue Nov 16 17:38:06 2010 +0530 +++ b/project/static/css/styles.css Tue Nov 16 18:07:25 2010 +0530 @@ -583,4 +583,9 @@ color: #58585a; margin-left: 5em; text-align: justify; +} + +label.alert { + font-size: 1.2em; + color: #ff0000; } \ No newline at end of file