BUGFIX: background on inline code blocks + pre blocks

This commit is contained in:
Régis Hanol 2014-03-27 19:42:29 +01:00
parent f397a3e157
commit 32b7405941
1 changed files with 19 additions and 0 deletions

View File

@ -124,3 +124,22 @@ github.com style (c) Vasily Polovnyov <vast@whiteants.net>
.hljs-chunk {
color: #aaa;
}
/*
--------------------------------------------------------------------------------
| SHOULD NOT BE REMOVED |
--------------------------------------------------------------------------------
*/
p > code, li > code, pre > code {
margin: 0 2px;
padding: 2px 5px;
color: #333;
background: #f8f8f8;
border-radius: 3px;
}
pre > code {
display: block;
}