master
Nick Sergeant 2012-06-04 15:35:04 -04:00
parent 812daade64
commit bfe6d0a209
2 changed files with 6 additions and 0 deletions

View File

@ -226,6 +226,9 @@ article.snipt {
div.highlight {
margin: 20px 0;
}
pre {
background: #FFF;
}
}
div.highlight {
pre {

View File

@ -158,6 +158,9 @@ article.snipt div.container section.code div.markdown li {
article.snipt div.container section.code div.markdown div.highlight {
margin: 20px 0;
}
article.snipt div.container section.code div.markdown pre {
background: #FFF;
}
article.snipt div.container section.code div.highlight pre {
background: #FFF;
}