Hi,
Is there a way to display the body tickets in a constant width font?
We tried modifying html/NoAuth/webrt.css with out success.
SPAN.message {
font-size: 100%;
font-family: "Courier New", Courier, monospace;
}
BODY {
color: #000;
background: #FFFFFF;
font-family: "Courier New", Courier, monopace;
....
}
Thanks,