milligram/src/_List.sass

23 lines
353 B
Sass
Raw Normal View History

2015-12-26 01:57:37 +00:00
// List
//
dl,
ol,
ul
2016-09-10 05:01:04 +00:00
list-style: none
2015-12-26 01:57:37 +00:00
margin-top: 0
padding-left: 0
dl,
ol,
ul
2015-12-26 01:57:37 +00:00
font-size: 90%
margin: 1.5rem 0 1.5rem 3.0rem
ol
list-style: decimal inside
ul
list-style: circle inside