The font size for the <code> </code> tags was tiny using sumanasa.com's template so I did the following to improve the display. This was for firefox I don't know if it was bad in ie.
Open style.css and add
code {
font-size: 9pt;
}
The font size for the <code> </code> tags was tiny using sumanasa.com's template so I did the following to improve the display. This was for firefox I don't know if it was bad in ie.
Open style.css and add
code {
font-size: 9pt;
}
0 Comments