remove imp
This commit is contained in:
parent
841a247664
commit
da54dfd21a
@ -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 {
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user