Remove duplicate properties.

This commit is contained in:
XhmikosR 2014-03-12 08:30:39 +02:00
parent ecdeea22eb
commit 0463399389
2 changed files with 1 additions and 3 deletions

View File

@ -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;

View File

@ -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){