|
|
|
@ -131,8 +131,8 @@ dfn {
|
|
|
|
|
// |
|
|
|
|
|
|
|
|
|
h1 { |
|
|
|
|
font-size: 2em; |
|
|
|
|
margin: 0.67em 0; |
|
|
|
|
font-size: 2em; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// |
|
|
|
@ -140,8 +140,8 @@ h1 {
|
|
|
|
|
// |
|
|
|
|
|
|
|
|
|
mark { |
|
|
|
|
background: #ff0; |
|
|
|
|
color: #000; |
|
|
|
|
background: #ff0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// |
|
|
|
@ -158,18 +158,18 @@ small {
|
|
|
|
|
|
|
|
|
|
sub, |
|
|
|
|
sup { |
|
|
|
|
position: relative; |
|
|
|
|
font-size: 75%; |
|
|
|
|
line-height: 0; |
|
|
|
|
position: relative; |
|
|
|
|
vertical-align: baseline; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
sup { |
|
|
|
|
top: -0.5em; |
|
|
|
|
top: -.5em; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
sub { |
|
|
|
|
bottom: -0.25em; |
|
|
|
|
bottom: -.25em; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// Embedded content |
|
|
|
@ -207,9 +207,9 @@ figure {
|
|
|
|
|
// |
|
|
|
|
|
|
|
|
|
hr { |
|
|
|
|
-moz-box-sizing: content-box; |
|
|
|
|
box-sizing: content-box; |
|
|
|
|
height: 0; |
|
|
|
|
-moz-box-sizing: content-box; |
|
|
|
|
box-sizing: content-box; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// |
|
|
|
@ -252,9 +252,9 @@ input,
|
|
|
|
|
optgroup, |
|
|
|
|
select, |
|
|
|
|
textarea { |
|
|
|
|
margin: 0; // 3 |
|
|
|
|
color: inherit; // 1 |
|
|
|
|
font: inherit; // 2 |
|
|
|
|
margin: 0; // 3 |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// |
|
|
|
@ -308,8 +308,8 @@ html input[disabled] {
|
|
|
|
|
|
|
|
|
|
button::-moz-focus-inner, |
|
|
|
|
input::-moz-focus-inner { |
|
|
|
|
border: 0; |
|
|
|
|
padding: 0; |
|
|
|
|
border: 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// |
|
|
|
@ -331,8 +331,8 @@ input {
|
|
|
|
|
|
|
|
|
|
input[type="checkbox"], |
|
|
|
|
input[type="radio"] { |
|
|
|
|
box-sizing: border-box; // 1 |
|
|
|
|
padding: 0; // 2 |
|
|
|
|
box-sizing: border-box; // 1 |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// |
|
|
|
@ -353,10 +353,10 @@ input[type="number"]::-webkit-outer-spin-button {
|
|
|
|
|
// |
|
|
|
|
|
|
|
|
|
input[type="search"] { |
|
|
|
|
-webkit-appearance: textfield; // 1 |
|
|
|
|
-moz-box-sizing: content-box; |
|
|
|
|
-webkit-box-sizing: content-box; // 2 |
|
|
|
|
box-sizing: content-box; |
|
|
|
|
-moz-box-sizing: content-box; |
|
|
|
|
box-sizing: content-box; |
|
|
|
|
-webkit-appearance: textfield; // 1 |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// |
|
|
|
@ -375,9 +375,9 @@ input[type="search"]::-webkit-search-decoration {
|
|
|
|
|
// |
|
|
|
|
|
|
|
|
|
fieldset { |
|
|
|
|
border: 1px solid #c0c0c0; |
|
|
|
|
padding: .35em .625em .75em; |
|
|
|
|
margin: 0 2px; |
|
|
|
|
padding: 0.35em 0.625em 0.75em; |
|
|
|
|
border: 1px solid #c0c0c0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// |
|
|
|
@ -386,8 +386,8 @@ fieldset {
|
|
|
|
|
// |
|
|
|
|
|
|
|
|
|
legend { |
|
|
|
|
border: 0; // 1 |
|
|
|
|
padding: 0; // 2 |
|
|
|
|
border: 0; // 1 |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// |
|
|
|
@ -415,8 +415,8 @@ optgroup {
|
|
|
|
|
// |
|
|
|
|
|
|
|
|
|
table { |
|
|
|
|
border-collapse: collapse; |
|
|
|
|
border-spacing: 0; |
|
|
|
|
border-collapse: collapse; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
td, |
|
|
|
|