Skip to content

Commit

Permalink
Fix LESS for nested list item
Browse files Browse the repository at this point in the history
  • Loading branch information
skoolbus39 committed Dec 8, 2015
1 parent ab8a35c commit 715d23b
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions wdn/templates_4.1/less/layouts/forms.less
Original file line number Diff line number Diff line change
Expand Up @@ -197,3 +197,28 @@ form {
border: 1px solid fadeout(@brand, 80%);
}
}

// Webform opt-out

.wdn-webform-opt-out {

ol, ul {
padding-left: 1em;
}

ol {
list-style-type: decimal;
}

ul {
list-style-type: disc;
}

li {
margin: 0;

li {
margin: 0;
}
}
}

0 comments on commit 715d23b

Please sign in to comment.