in reply to Re^2: Code tags vs Readmore
in thread Code tags vs Readmore
There are multiple ways to adjust the CSS. I use the Dark theme as a base and my own on-site CSS regarding code is here.:
.codeblock { max-height: 37em; max-width: 72em; overflow: auto; margin +-bottom: 10px; border: 1px dotted white; border-left: none; padding: +15px; } pre { max-height: 42em; max-width: 75em; overflow: auto; padding: 5px +; }
|
|---|