highlight.js library added to highlight programming code examples in article view

This commit is contained in:
Maryana Rozhankivska
2014-07-22 20:17:15 +03:00
parent 5594d7d054
commit 9f8541ef2a
9 changed files with 448 additions and 0 deletions

View File

@ -923,6 +923,13 @@ blockquote {
text-decoration: underline;
}
pre code {
font-family: "Courier New", Courier, monospace;
border: 1px solid #ccc;
font-size: 0.96em;
}
/* ==========================================================================
6 = Media Queries
========================================================================== */
@ -1055,3 +1062,4 @@ blockquote {
left: 0;
}
}