Merge branch '13355-definition-margin' into 'master'

Resolve "reStructuredText rendering of definition lists"

Closes #13355

See merge request gitlab-org/gitlab-ce!16202
This commit is contained in:
Filipa Lacerda 2018-01-03 20:16:15 +00:00
commit 7dea756ffa

View file

@ -178,6 +178,10 @@
font-weight: inherit; font-weight: inherit;
} }
dd {
margin-left: $gl-padding;
}
ul, ul,
ol { ol {
padding: 0; padding: 0;