plugins: add styles for ol tags in markdown

This commit is contained in:
Daniel Lee
2017-09-13 17:13:36 +02:00
parent a76f3fba2e
commit 29de6387cb

View File

@@ -296,7 +296,7 @@ a.external-link {
max-width: 100%;
}
ul {
ul, ol {
padding-left: $spacer*1.5;
margin-bottom: $spacer;
}
@@ -328,7 +328,7 @@ a.external-link {
margin-bottom: 0;
}
ul:last-child {
ul:last-child, ol:last-child {
margin-bottom: 0;
}
}