Procházet zdrojové kódy

Missing bottom padding on lists

Add some padding to the bottom of the list, much better!
Melroy van den Berg před 4 roky
rodič
revize
a08bc8bb81
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2 0
      client/components/main/layouts.styl

+ 2 - 0
client/components/main/layouts.styl

@@ -388,10 +388,12 @@ a
   ol
     list-style-type: decimal
     padding-left: 20px
+    padding-bottom: 10px
 
   ul
     list-style-type: initial
     padding-left: 20px
+    padding-bottom: 10px
 
   em
     font-style : italic