import initial
[mw_highlightjs] / app / out / default / css / highlightjs.css
1 html article .page_content pre{
2   margin: 0 0 1em 0;
3   border: none;
4   background-color: #3f3f3f;
5   padding: 0.5em 0;
6   border-radius: 3px;
7   overflow: auto;
8   font-family: monospace;
9   font-size: 0.9em;
10 }