add styling to code blocks (thanks @epwalsh)
This commit is contained in:
parent
bfc22eafc9
commit
325de7bdaa
1 changed files with 5 additions and 1 deletions
|
@ -596,4 +596,8 @@ pre {
|
|||
background-repeat: repeat;
|
||||
background-size: 3em 3em;
|
||||
border-left: 7px solid #444;
|
||||
}
|
||||
}
|
||||
|
||||
pre code {
|
||||
white-space: pre;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue