30 lines
380 B
CSS
30 lines
380 B
CSS
A {
|
|
text-decoration: none;
|
|
}
|
|
|
|
TABLE { }
|
|
|
|
TABLE.perlcode {
|
|
font-family: "Courier" ! important;
|
|
white-space: pre;
|
|
}
|
|
|
|
TD { }
|
|
|
|
TD.perlcode {
|
|
font-family: "Courier" ! important;
|
|
white-space: pre;
|
|
width: 50%
|
|
}
|
|
|
|
PRE {
|
|
font-family: "Courier" ! important;
|
|
white-space: pre;
|
|
width: 50%
|
|
}
|
|
|
|
CODE {
|
|
font-family: "Courier" ! important;
|
|
background: #eeeeee;
|
|
}
|