add styling to code blocks (thanks @epwalsh)

This commit is contained in:
Dean Attali 2016-07-28 18:33:15 -07:00 committed by GitHub
parent bfc22eafc9
commit 325de7bdaa

View File

@ -596,4 +596,8 @@ pre {
background-repeat: repeat;
background-size: 3em 3em;
border-left: 7px solid #444;
}
}
pre code {
white-space: pre;
}