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