Trebor CSM CSS test page
This is Trebor's test page, used to test issues with wiki rendering.
[ this is a test of the tt tag. It currently collapses whitespace ]
This is a test of a code block. It currently displays in a proportional font.
This is the second line of the block. Whoops! It also doesn't handle line-breaks!
The fixes to these problems are most likely something along these lines:
Change line 6 in http://wiki.eveonline.com/wikiEN/skins/eveskin/neweveskin.css to be 2 lines, as follows:
body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,hr,form,fieldset,legend,input,button,select,option,textarea,p,blockquote,th,td,table,img { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; margin: 0; padding: 0; }
tt,kbd,pre,code { font-family: Courier, monospace; margin: 0; padding: 0; white-space: pre; }