add margin between checkbox and text

This commit is contained in:
Arjun Singh
2012-08-29 03:25:08 -07:00
parent cbfc117e8b
commit 1c176d369b

View File

@@ -27,6 +27,12 @@ body.cs188 {
margin-bottom: 1.416em;
}
.choicegroup {
input[type=checkbox], input[type=radio] {
margin-right: 5px;
}
}
}
}