tweak CSS for pre
tweak CSS for pre+tag
tweak CSS for pre+solution
Currently we have:
background-color: #EEEEFF;
font-size: 11px;
padding: 10px;
white-space: pre-wrap;
word-wrap: break-word;
Suggested changes:
font-family: Monaco, "Lucida Console", "DejaVu Sans Mono", monospace;
font-size: 12px; (We're often adding strong by hand; pre can't be styled that way but at 12px it's probably unnecessary.)
line-height: 13px; (or something much less than current 21px)
padding: 8px 0;
The styling in edit mode should also be tweaked if possible, at least to be monospaced.
tweak CSS for pre+example
Pre pre
I like monospaced fonts.
They are cool.
Post pre
in edit mode:
on test (which has the proposed changed, but the tinyMCE styling is different not sure why): http://test.dwagn.org/wagn/pre_samples
Related support tickets:Relevant user stories:add one
Notes
