Commit 29de6387 by Daniel Lee

plugins: add styles for ol tags in markdown

parent a76f3fba
...@@ -296,7 +296,7 @@ a.external-link { ...@@ -296,7 +296,7 @@ a.external-link {
max-width: 100%; max-width: 100%;
} }
ul { ul, ol {
padding-left: $spacer*1.5; padding-left: $spacer*1.5;
margin-bottom: $spacer; margin-bottom: $spacer;
} }
...@@ -328,7 +328,7 @@ a.external-link { ...@@ -328,7 +328,7 @@ a.external-link {
margin-bottom: 0; margin-bottom: 0;
} }
ul:last-child { ul:last-child, ol:last-child {
margin-bottom: 0; margin-bottom: 0;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment