diff --git a/scss/clear-typography.scss b/scss/clear-typography.scss index 1ab8407..5c0f408 100644 --- a/scss/clear-typography.scss +++ b/scss/clear-typography.scss @@ -56,7 +56,7 @@ p, time { } } -ul { +ul, ol { @include paragraph(); ul { margin-bottom:0; @@ -66,16 +66,6 @@ ul { } } -ol { - @include paragraph(); - ol { - margin-bottom:0; - } - li { - margin-left: $lineheight; - } -} - /* sup, sub */ sup, sub {