diff options
author | Prabhu Ramachandran | 2011-11-25 18:48:13 +0530 |
---|---|---|
committer | Prabhu Ramachandran | 2011-11-25 18:48:13 +0530 |
commit | fdc531b561565345847812f409ee44af0a784e82 (patch) | |
tree | 447b297d28dccb700dcd244404e6cd748191890d /static/exam/css | |
parent | b4023e17d6f97e51ffde740c17d19630b5a9c2d1 (diff) | |
download | online_test-fdc531b561565345847812f409ee44af0a784e82.tar.gz online_test-fdc531b561565345847812f409ee44af0a784e82.tar.bz2 online_test-fdc531b561565345847812f409ee44af0a784e82.zip |
ENH: Adding support for Multiple Choice Questions
Adds simple support for multiple choice questions that are also
auto-checked. Many fixes to the templates and useful feature additions.
This changes the database.
Diffstat (limited to 'static/exam/css')
-rw-r--r-- | static/exam/css/base.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/exam/css/base.css b/static/exam/css/base.css index d51be30..1323116 100644 --- a/static/exam/css/base.css +++ b/static/exam/css/base.css @@ -2,8 +2,8 @@ body { font-family: 'Georgia', serif; font-size: 17px; color: #000; back h1, h2, h3, h4 { font-family: 'Garamond', 'Georgia', serif; font-weight: normal; } h1 { margin: 0 0 30px 0; font-size: 36px;} h1 span { display: none; } -h2 { font-size: 24px; margin: 15px 0 5px 0; } -h3 { font-size: 19px; margin: 15px 0 5px 0; } +h2 { font-size: 26px; margin: 15px 0 5px 0; } +h3 { font-size: 22px; margin: 15px 0 5px 0; } h4 { font-size: 15px; margin: 15px 0 5px 0; } .box { width: 700px; margin: 10px auto ; } |