diff --git a/bower.json b/bower.json index 155e39b..e04bdca 100644 --- a/bower.json +++ b/bower.json @@ -7,7 +7,7 @@ "ignore": ["README.md"], "main": [ "reset.css", - "reset.less", - "_reset.scss" + "less/reset.less", + "sass/_reset.scss" ] } diff --git a/less/reset.less b/less/reset.less index 6cbef23..92b46ad 100644 --- a/less/reset.less +++ b/less/reset.less @@ -9,7 +9,7 @@ a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, -dl, dt, dd, ol, ul, li, +dl, dt, dd, menu, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, @@ -35,7 +35,7 @@ footer, header, hgroup, main, menu, nav, section { body { line-height: 1; } -ol, ul { +menu, ol, ul { list-style: none; } blockquote, q { diff --git a/readme.md b/readme.md index 5592f8f..8583b56 100644 --- a/readme.md +++ b/readme.md @@ -70,10 +70,11 @@ Via Less: ## \*Changelog -Two changes have been made from the 2011 version, both approved by [Mr. Meyer](https://github.com/meyerweb): +Three changes have been made from the 2011 version, all approved by [Mr. Meyer](https://github.com/meyerweb): - Added `main` to list of HTML 5 elements [(#7)](https://github.com/shannonmoeller/reset-css/pull/7#issuecomment-233969617) - Added rule to fix `hidden` attribute on HTML 5 elements [(#12)](https://github.com/shannonmoeller/reset-css/issues/12#issuecomment-372821712) +- Added `menu` to list of lists [(#17)](https://github.com/shannonmoeller/reset-css/pull/17#issuecomment-542340039) ---- diff --git a/sass/_reset.scss b/sass/_reset.scss index 6cbef23..92b46ad 100644 --- a/sass/_reset.scss +++ b/sass/_reset.scss @@ -9,7 +9,7 @@ a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, -dl, dt, dd, ol, ul, li, +dl, dt, dd, menu, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, @@ -35,7 +35,7 @@ footer, header, hgroup, main, menu, nav, section { body { line-height: 1; } -ol, ul { +menu, ol, ul { list-style: none; } blockquote, q {