Skip to content

Commit

Permalink
Update normalize.css to v3.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Oct 7, 2014
1 parent 61705d3 commit 0ca7139
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
5 changes: 3 additions & 2 deletions dist/css/bootstrap.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/bootstrap.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/bootstrap.min.css

Large diffs are not rendered by default.

8 changes: 5 additions & 3 deletions less/normalize.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

//
// 1. Set default font family to sans-serif.
Expand All @@ -25,7 +25,8 @@ body {

//
// Correct `block` display not defined for any HTML5 element in IE 8/9.
// Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
// Correct `block` display not defined for `details` or `summary` in IE 10/11
// and Firefox.
// Correct `block` display not defined for `main` in IE 11.
//

Expand All @@ -38,6 +39,7 @@ footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
Expand Down Expand Up @@ -85,7 +87,7 @@ template {
//

a {
background: transparent;
background-color: transparent;
}

//
Expand Down

0 comments on commit 0ca7139

Please sign in to comment.