Commit 1c176d36 by Arjun Singh

add margin between checkbox and text

parent cbfc117e
...@@ -27,6 +27,12 @@ body.cs188 { ...@@ -27,6 +27,12 @@ body.cs188 {
margin-bottom: 1.416em; margin-bottom: 1.416em;
} }
.choicegroup {
input[type=checkbox], input[type=radio] {
margin-right: 5px;
}
}
} }
} }
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