fix font-size in pre under firefox

This commit is contained in:
benoitc 2010-02-22 21:44:19 +01:00
parent 1a7b19fe58
commit de2560e0f8

View File

@ -30,8 +30,10 @@ padding:0 0 .5em;
}
pre {
font-size:1em;
font-family:'andale mono', 'lucida console', monospace;
font:100% monospace;
*font-size:75%
white-space:pre;
background:#ffd;
margin:3px 3px 2em 3px;