_updateFields js should start with first list item position of 1, not 0 #1

Open
aepstein wants to merge 16 commits from aepstein/patch-1 into master
1 changed files with 7 additions and 7 deletions
Showing only changes of commit 215b31cb59 - Show all commits

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 {