From: Brett Mason Date: Thu, 17 Dec 2015 15:28:04 +0000 (+0000) Subject: Nested unordered/ordered lists X-Git-Tag: v6.1.0~43^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F7597%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Nested unordered/ordered lists Fixes nested unordered/ordered lists - see [7596](https://github.com/zurb/foundation-sites/issues/7596) --- diff --git a/scss/typography/_base.scss b/scss/typography/_base.scss index 6b8282633..f529bc8df 100644 --- a/scss/typography/_base.scss +++ b/scss/typography/_base.scss @@ -373,7 +373,6 @@ $abbr-underline: 1px dotted $black !default; & & { margin-#{$global-left}: $list-nested-side-margin; margin-bottom: 0; - list-style-type: inherit; } }