Commit e0f7fad3 by Braden MacDonald

Fix: spacing around question titles/text in Firefox

parent 11ed319c
...@@ -42,12 +42,13 @@ ...@@ -42,12 +42,13 @@
font-style: italic; font-style: italic;
} }
.mentoring h4 { .mentoring fieldset {
margin-bottom: 20px; margin-top: 10px;
} }
.mentoring h4 { .mentoring h3 {
margin-top: 25px; margin-top: 0px;
margin-bottom: 7px;
} }
.mentoring .submit { .mentoring .submit {
...@@ -64,6 +65,10 @@ ...@@ -64,6 +65,10 @@
display: table; /* Enable line-wrapping in IE8 */ display: table; /* Enable line-wrapping in IE8 */
} }
.mentoring .choices legend.question p:last-child { /* Selector must be more specific than 'div.course-wrapper section.course-content p' */
margin-bottom: 0;
}
.mentoring .attempts { .mentoring .attempts {
margin-left: 10px; margin-left: 10px;
display: inline-block; display: inline-block;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment