Open GoogleCodeExporter opened 9 years ago
You can do this in CSS. Simply remove the lines below from prettify.css
li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 { list-style-type: none }
Original comment by mikesamuel@gmail.com
on 3 Aug 2011 at 2:28
yeah, but u should add a claa for pre tag, like:
<pre class="prettyprint linenums>
the linenums means line numbers before the coding. BTW, I reset the "li" style
in the reset.css file, finally, I add "padding-left:30px" for ol.linenums in
the desert.css.
Original comment by 107ba...@gmail.com
on 24 Aug 2011 at 9:49
I agree: A separate CSS class for numbering each line would be nice. Then you
can switch styles within the same HTML file.
Original comment by rausc...@gmail.com
on 20 Dec 2011 at 11:44
This issue was closed by revision r211.
Original comment by mikesamuel@gmail.com
on 30 Mar 2012 at 6:24
Not fixed. That change fixes issue 168.
Original comment by mikesamuel@gmail.com
on 30 Mar 2012 at 6:26
Original issue reported on code.google.com by
e...@assimilated.dk
on 28 Jul 2011 at 3:02