tweak CSS for pre
Idea
+status
+priority
+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.
+example
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
+discussed in support tickets
+relevant user stories