ensure important

This commit is contained in:
John Bintz 2012-10-18 14:02:10 -04:00
parent 3f89fff364
commit f584e181d2
1 changed files with 7 additions and 7 deletions

View File

@ -1,18 +1,18 @@
li.cocoon { li.cocoon {
& > label { & > label {
display: block; display: block !important;
width: 100%; width: 100% !important;
float: none; float: none !important;
} }
ol { ol {
padding: 0; padding: 0 !important;
width: auto; width: auto !important;
float: none; float: none !important;
} }
fieldset { fieldset {
padding: 1em; padding: 1em !important;
} }
.links a { .links a {