Alternate line highlighting out if sync with lines of text
-
Hi,
Thanks for the great plugin. The one issue I’ve had is that the line highlighting of alternating lines of code goes out of sync with the actual text of the lines of code.
I’ve checked this with Chromium version 18.0.1025.151~r130497-0ubuntu1 and with a recent version of Firefox (I don’t have that version to hand but is likely version 11.0).
I’m using the twentyeleven theme in case that’s the issue.
I managed to fix the issue by changing the wp-syntax.css for “.wp-syntax td.code” from:
background-size : 1px 32px;
to:
background-size : 1px 31px;
So obviously my lines of text are one pixel short for some reason.
- The topic ‘Alternate line highlighting out if sync with lines of text’ is closed to new replies.