Browse Source

plugins: add styles for ol tags in markdown

Daniel Lee 8 years ago
parent
commit
29de6387cb
1 changed files with 2 additions and 2 deletions
  1. 2 2
      public/sass/base/_type.scss

+ 2 - 2
public/sass/base/_type.scss

@@ -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;
   }
 }