provide paddings consistently in codeblcoks with/without highlight

pull/1210/head
Thibault Kruse 8 years ago
parent d0d5d61108
commit b1a75ea7ed

@ -36,7 +36,12 @@
/** same style for highlighted, non-highlight */
.cpp.hljs {
overflow-x: unset;
padding: unset;
}
/** override poole.css */
pre code {
/* same as hljs */
padding: 0.5em;
}
/** highlight js change colors (overrides style) */

Loading…
Cancel
Save