Community
Participate
Working Groups
The line numbers for source in the Git web interface are misaligned: http://git.eclipse.org/c/equinox/rt.equinox.p2.git/tree/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/artifact/processors/Pack200ProcessorTest.java The problem is in http://git.eclipse.org/eclipse.org-common/themes/Nova/css/visual.css : The a {[..] font-weight: bold; [..]} not only makes the links wider but also taller. When I remove that property in Firebug, then the line numbers are fine again.
To avoid changing the whole world, an easy fix is to add font-weight: normal; to "table.blob a.no" in http://git.eclipse.org/cgit.css
^^ Awesome. I've added that to cgit.css. Please give it a try.
Looks good, thx.