mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-06 04:08:22 +01:00
Append HoundCi fixes
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
This commit is contained in:
parent
3f8ec6344b
commit
0e2438b512
@ -1,4 +1,4 @@
|
|||||||
/*! 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).
|
// 1. Change the default font family in all browsers (opinionated).
|
||||||
@ -111,8 +111,7 @@ a:hover {
|
|||||||
//
|
//
|
||||||
|
|
||||||
abbr[title] {
|
abbr[title] {
|
||||||
border-bottom: none; // 1
|
border-bottom: 0; // 1
|
||||||
text-decoration: underline; // 2
|
|
||||||
text-decoration: underline dotted; // 2
|
text-decoration: underline dotted; // 2
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -157,8 +156,8 @@ h1 {
|
|||||||
//
|
//
|
||||||
|
|
||||||
mark {
|
mark {
|
||||||
background-color: #ff0;
|
|
||||||
color: #000;
|
color: #000;
|
||||||
|
background-color: #ff0;
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
@ -187,7 +186,7 @@ sub {
|
|||||||
}
|
}
|
||||||
|
|
||||||
sup {
|
sup {
|
||||||
top: -0.5em;
|
top: -.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Embedded content
|
// Embedded content
|
||||||
@ -338,8 +337,8 @@ html [type="button"], // 1
|
|||||||
|
|
||||||
button::-moz-focus-inner,
|
button::-moz-focus-inner,
|
||||||
input::-moz-focus-inner {
|
input::-moz-focus-inner {
|
||||||
border: 0;
|
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
@ -370,10 +369,10 @@ fieldset {
|
|||||||
|
|
||||||
legend {
|
legend {
|
||||||
box-sizing: border-box; // 1
|
box-sizing: border-box; // 1
|
||||||
color: inherit; // 2
|
|
||||||
display: table; // 1
|
display: table; // 1
|
||||||
max-width: 100%; // 1
|
max-width: 100%; // 1
|
||||||
padding: 0; // 3
|
padding: 0; // 3
|
||||||
|
color: inherit; // 2
|
||||||
white-space: normal; // 1
|
white-space: normal; // 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user