Skip to content
Snippets Groups Projects
Commit be2f346a authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'css' into 'pregmod-master'

Make choices usable on all elements

See merge request pregmodfan/fc-pregmod!8579
parents 0d26ed00 27494b46
No related branches found
No related tags found
No related merge requests found
......@@ -28,11 +28,11 @@ div.double-indent, p.double-indent {
text-indent: 4em;
}
/* makes avery linue indented */
div.choices, p.choices {
/* makes avery line indented */
.choices, .choices {
margin-left: 2em;
}
div.double-choices, p.double-choices {
.double-choices, .double-choices {
margin-left: 4em;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment