add support for pygments

This commit is contained in:
Alexis Metaireau 2010-09-27 20:07:27 +01:00
commit 4727888831
2 changed files with 208 additions and 0 deletions

View file

@ -9,6 +9,7 @@
/* Imports */
@import url("reset.css");
@import url("pygment.css");
/***** Global *****/
/* Body */
@ -87,6 +88,8 @@ dl {margin: 0 0 1.5em 0;}
dt {font-weight: bold;}
dd {margin-left: 1.5em;}
pre{background-color: #000; padding: 10px; color: #fff; margin: 10px;}
/* Quotes */
blockquote {font-style: italic;}
cite {}