https://github.com/twbs/bootstrap/pull/19639#discussion-diff-
57850395
https://github.com/twbs/bootstrap/pull/19639#discussion-diff-
57850397
https://github.com/twbs/bootstrap/pull/19639#discussion-diff-
57850398
https://github.com/twbs/bootstrap/pull/19639#discussion-diff-
57850401
https://github.com/twbs/bootstrap/pull/19639#discussion-diff-
57850399
https://github.com/twbs/bootstrap/pull/19639#discussion-diff-
57850402
https://github.com/twbs/bootstrap/pull/19639#discussion-diff-
57850403
-/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
+// normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css
//
// 1. Change the default font family in all browsers (opinionated).
//
abbr[title] {
- border-bottom: none; // 1
- text-decoration: underline; // 2
+ border-bottom: 0; // 1
text-decoration: underline dotted; // 2
}
//
mark {
- background-color: #ff0;
color: #000;
+ background-color: #ff0;
}
//
}
sup {
- top: -0.5em;
+ top: -.5em;
}
// Embedded content
button::-moz-focus-inner,
input::-moz-focus-inner {
- border: 0;
padding: 0;
+ border: 0;
}
//
legend {
box-sizing: border-box; // 1
- color: inherit; // 2
display: table; // 1
max-width: 100%; // 1
padding: 0; // 3
+ color: inherit; // 2
white-space: normal; // 1
}