diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2014-02-01 12:59:08 -0800 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2014-02-01 12:59:08 -0800 |
commit | 81ec2b78d55d2eeafb68b523b47c003ff8c2f021 (patch) | |
tree | 026dc95437da3fd41df20c99b3a455bc0135054d /web/style.css | |
parent | 15f639c2258f227988af4f8ed4252820fcfc1188 (diff) |
Adding classes form to assessment results page.
Diffstat (limited to 'web/style.css')
-rw-r--r-- | web/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/web/style.css b/web/style.css index d537d3a..a55377a 100644 --- a/web/style.css +++ b/web/style.css @@ -28,6 +28,12 @@ label { display: inline-block; } +label.check { + text-align: left; + width: 100%; + display: block; +} + blockquote { font-style: italic; } |