Skip to content

Commit

Permalink
[2375] Remove colons following checkbox and radio labels
Browse files Browse the repository at this point in the history
  • Loading branch information
aron committed May 24, 2012
1 parent 4d85ca0 commit 7c25cd2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ckan/public/base/less/forms.less
Expand Up @@ -12,6 +12,11 @@ label:after {
content: ":";
}

label.radio:after,
label.checkbox:after {
content: "";
}

input,
textarea,
select,
Expand Down

0 comments on commit 7c25cd2

Please sign in to comment.