Remove duplicate properties.
This commit is contained in:
parent
ecdeea22eb
commit
0463399389
|
@ -9,7 +9,6 @@
|
||||||
html, body { height: 100%; }
|
html, body { height: 100%; }
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: #FFF;
|
|
||||||
font-family: Helvetica, Arial, sans-serif;
|
font-family: Helvetica, Arial, sans-serif;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
|
|
|
@ -616,9 +616,8 @@ pre, code {
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
|
||||||
font: 14px/1.8em Menlo, Consolas, "Courier New", Courier, "Liberation Mono", monospace;
|
font: 14px/1.8em Menlo, Consolas, "Courier New", Courier, "Liberation Mono", monospace;
|
||||||
padding: 0 .5em;
|
padding: 0 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 768px){
|
@media (min-width: 768px){
|
||||||
|
|
Loading…
Reference in New Issue