in reply to Re: Code tags vs Readmore
in thread Code tags vs Readmore

Sheesh! I wonder how many times i skimmed over that. It just didn't click until this example and you pointed it out.

Anyway, put it in, now to test it out. Thanx!

Replies are listed 'Best First'.
Re^3: Code tags vs Readmore
by mr_mischief (Monsignor) on May 27, 2014 at 18:11 UTC

    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 +; }