Leser: 10
1
2
3
4
5
6
7
8
9
10
11
.code pre {
border: 1px solid black;
font: 11px Courier New, Courier, Fixed;
background-color: #f8f8f8;
// font-weight: bold;
}
.code tt {
font: 11px Courier New, Courier, Fixed;
// font-weight: bold;
}
1 2 3 4 5 6 7 8
<pre><code> # das ist Perl my $test = 0; if ($test) { print ('aha'); } </code></pre>
1 2 3
...<td class="codelines" valign="top" width="15"> <div class="codelines">...
2009-03-06T17:24:48 LanXEs gibt ein komischen Effekt am rechten rand der zeilennummern, eine ausgelassene Linie, das siehts du am besten wenn du auf das theme "light" wechselst.
2009-03-07T14:19:41 pqjetzt ist die linie weg, oder?