Comment on HTTP 308 Incompetence ExpectedparentComments−rcruzeiro12yJust add this custom css to the page and it should be much more legible:body { background: white; color: black; line-height: 27px; }#outer-wrapper { font-family: 'Lucida Grande'; font-size: 11pt; }−brokenparser12yThat will only work on Mac OS X. Just use "font-family: sans-serif", it'll look fine on any system.
Comments
Just add this custom css to the page and it should be much more legible:
body { background: white; color: black; line-height: 27px; }
#outer-wrapper { font-family: 'Lucida Grande'; font-size: 11pt; }
That will only work on Mac OS X. Just use "font-family: sans-serif", it'll look fine on any system.