Skip to content
Snippets Groups Projects
Commit 27494b46 authored by Arkerthan's avatar Arkerthan
Browse files

Make choices usable on all elements

parent 6c6c566d
No related branches found
No related tags found
1 merge request!8579Make choices usable on all elements
......@@ -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