Fix itemization padding not being applied

This commit is contained in:
Paul van Tilburg 2017-12-30 13:23:08 +01:00
parent 09db743a9e
commit e2c40756ab
3 changed files with 5 additions and 5 deletions

View File

@ -5,8 +5,8 @@ body {
padding-top: 80px;
}
.list-box ul,
.list-box ol {
.list-html ul,
.list-html ol {
padding-left: 12px;
}

View File

@ -6465,8 +6465,8 @@ a.text-dark:focus, a.text-dark:hover {
body {
padding-top: 80px; }
.list-box ul,
.list-box ol {
.list-html ul,
.list-html ol {
padding-left: 12px; }
@media (max-width: 767.99px) {

File diff suppressed because one or more lines are too long