diff options
author | hardythe1 | 2012-02-23 16:30:36 +0530 |
---|---|---|
committer | hardythe1 | 2012-02-23 16:30:36 +0530 |
commit | 9acff5f2cf9f9ae3d2fc097e1fcd84712d3199d0 (patch) | |
tree | cac2d9feddb2c5d45f24a806275d23635b528fe9 /testapp/static/exam/css | |
parent | f2d65592affd34bc60cf4a3a2c72de1d84c934c0 (diff) | |
download | online_test-9acff5f2cf9f9ae3d2fc097e1fcd84712d3199d0.tar.gz online_test-9acff5f2cf9f9ae3d2fc097e1fcd84712d3199d0.tar.bz2 online_test-9acff5f2cf9f9ae3d2fc097e1fcd84712d3199d0.zip |
more changes to edit multiple questions at a time
Diffstat (limited to 'testapp/static/exam/css')
-rw-r--r-- | testapp/static/exam/css/base.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testapp/static/exam/css/base.css b/testapp/static/exam/css/base.css index 6891402..9a37d2f 100644 --- a/testapp/static/exam/css/base.css +++ b/testapp/static/exam/css/base.css @@ -482,7 +482,7 @@ dl dd { hr { margin: 20px 0 19px; border: 0; - border-bottom: 1px solid #eee; + border-bottom: 10px solid; } strong { font-style: inherit; |