Remove redundant font-size declarations (#1434)
This commit is contained in:
parent
e7d95951b8
commit
98777c2554
7 changed files with 0 additions and 19 deletions
|
@ -437,7 +437,6 @@ address {
|
|||
pre {
|
||||
background: #eee;
|
||||
font-family: "Courier 10 Pitch", courier, monospace;
|
||||
font-size: 0.9375rem;
|
||||
line-height: 1.6;
|
||||
margin-bottom: 1.6em;
|
||||
max-width: 100%;
|
||||
|
@ -450,7 +449,6 @@ kbd,
|
|||
tt,
|
||||
var {
|
||||
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
|
||||
font-size: 0.9375rem;
|
||||
}
|
||||
|
||||
abbr,
|
||||
|
@ -566,7 +564,6 @@ input[type="submit"] {
|
|||
border-radius: 3px;
|
||||
background: #e6e6e6;
|
||||
color: rgba(0, 0, 0, 0.8);
|
||||
font-size: 0.75rem;
|
||||
line-height: 1;
|
||||
padding: 0.6em 1em 0.4em;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue