Skip to content

Commit

Permalink
Fixed radio button style on forms
Browse files Browse the repository at this point in the history
  • Loading branch information
ndbroadbent committed Dec 2, 2011
1 parent 0032533 commit 7dd93c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/common.sass
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ $sidebar_width: 210px
input, select, textarea
width: 240px
display: block
input[type="checkbox"]
input[type="checkbox"], input[type="radio"]
display: inline
width: auto
label
Expand Down

0 comments on commit 7dd93c6

Please sign in to comment.