Convert JS page to pygments; nuke prettify assets

This commit is contained in:
Mark Otto
2013-02-14 22:33:26 -08:00
parent 37becbab8c
commit 979ca4ea7a
5 changed files with 332 additions and 285 deletions

View File

@@ -6,8 +6,8 @@
.o { color: #555555 } /* Operator */
.cm { color: #0099FF; font-style: italic } /* Comment.Multiline */
.cp { color: #009999 } /* Comment.Preproc */
.c1 { color: #0099FF; font-style: italic } /* Comment.Single */
.cs { color: #0099FF;; font-style: italic } /* Comment.Special */
.c1 { color: #999; } /* Comment.Single */
.cs { color: #999; } /* Comment.Special */
.gd { background-color: #FFCCCC; border: 1px solid #CC0000 } /* Generic.Deleted */
.ge { font-style: italic } /* Generic.Emph */
.gr { color: #FF0000 } /* Generic.Error */