This commit is contained in:
Scott Hutchinson 2017-05-04 17:25:12 +00:00 committed by GitHub
commit 05e79019e9
1 changed files with 0 additions and 7 deletions

View File

@ -197,13 +197,6 @@ form .date .middleColumn input {
font-size: 13px; /* reset to default */
color: #333; /* reset to default */
}
form .requiredField label.left:after { /* pseudo element adds an asterisk to a required fields label */
color: #B94A48;
content: "*";
font-size: 14px;
font-weight: normal;
padding-left: 3px;
}
/* Radio / Checkbox */
form .checkboxset ul,