Merge pull request #4980 from cpradio/fix-ol-margin-padding

Fix ol margin/padding so it displays ordered lists without cutting them off.
This commit is contained in:
Jeff Atwood 2017-07-20 13:58:17 -07:00 committed by GitHub
commit 18d1ff0c0a
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ hr {
// --------------------------------------------------
ul,
ol,
dd {
margin: 0 0 9px 25px;
padding: 0;