diff options
author | Madhusudan.C.S | 2010-11-16 18:07:25 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2010-11-16 18:07:25 +0530 |
commit | 83d967ff3990775c9c2675372ae40546963d5323 (patch) | |
tree | dbc6fc30c08ad673e5db714719496fed6899ebfd /project/static/css | |
parent | 7a329ebb234ad78dc2e458fb1f20af15e6ad9239 (diff) | |
download | scipycon-83d967ff3990775c9c2675372ae40546963d5323.tar.gz scipycon-83d967ff3990775c9c2675372ae40546963d5323.tar.bz2 scipycon-83d967ff3990775c9c2675372ae40546963d5323.zip |
Add a alert label block with bigger font size and red color.
--HG--
branch : payments
Diffstat (limited to 'project/static/css')
-rw-r--r-- | project/static/css/styles.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/project/static/css/styles.css b/project/static/css/styles.css index 4127bd0..aef48ba 100644 --- a/project/static/css/styles.css +++ b/project/static/css/styles.css @@ -583,4 +583,9 @@ ol li { color: #58585a; margin-left: 5em; text-align: justify; +} + +label.alert { + font-size: 1.2em; + color: #ff0000; }
\ No newline at end of file |