Jump to content

Special:Badtitle/NS90:Talk:Typographical Guidelines/Improve line number display of GeSHi syntaxhiglighting

From KDE UserBase Wiki
Revision as of 08:16, 23 August 2013 by Sdh (talk | contribs) (New thread: Improve line number display of GeSHi syntaxhiglighting)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Reading example codes with line numbers is currently difficult because the line numbers are shown in individual lines with code below it. It is preferable to have line number in the same line as the code. Please see the screenshots below for clarity.

Before: [[1]]

After: [[2]]

I could get the line numbers to be displayed on the same line by editing bootstrap-mediawiki.css line 568 and removing the "list-style-position: inside;" style. Please look into this and edit the file on the server to display example codes in better manner.

Thanks