remove imp

This commit is contained in:
Pete 2016-07-29 22:26:26 -05:00
parent 841a247664
commit da54dfd21a
2 changed files with 2 additions and 2 deletions

View File

@ -588,7 +588,7 @@ table tr td :last-child {
/* --- Code blocks --- */
pre {
font-size: 16px !important;
font-size: 16px;
line-height: 1.5em;
}
pre code {

View File

@ -1,5 +1,5 @@
/* .highlight { background: #ffffff; } Dean commented out */
.highlight pre { background-color: #fff; font-size: 16px }
/* .highlight pre { background-color: #fff; font-size: 16px } */
.highlight .c { color: #999988; font-style: italic } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { font-weight: bold } /* Keyword */