diff options
Diffstat (limited to 'testapp/static')
-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; |