Fix appearance of code blocks in lists

This commit is contained in:
Ben Alpert
2014-04-04 12:53:04 -07:00
parent 9c2b9b1eb6
commit ed0ef164c0

View File

@@ -683,7 +683,10 @@ p code {
}
.highlight pre code {
/* Cancel out styles for `li code` in case we have a <pre> within an <li>. */
background: none;
font-size: inherit;
padding: 0;
}
.highlight pre .lineno {