Tiny (hopefully) request for the forum. Bootstrap is adding 20px margin to the top of all pre code {}
entries leaving whitespace at the top of each code block on the forum. http://support.advancedcustomfields.com-content/themes/acf-support/css/bootstrap.min.css?ver=1.0.0, line 172
Would you be so kind as to add pre code {margin-top: 0}
somewhere further down the cascade? 🙂
Actually, now that I’m on it… 🙂
p code { margin: 0}
will keep inline codeblocks
from vertically breaking
up paragraphs with an extra 40px of margin and
pre code {
color: #DD1144;
}
will keep the code inside of pre blocks the same color (red) as code inside of paragraph blocks.
When i execute a console application with code::blocks the window only opens up to about one third of the screen.
Does anyone know how to execute to FULL
SCREEN ?