On 20.02.2014 21:27, Lukas Fleischer wrote: > On Thu, 20 Feb 2014 at 20:23:56, Jason A. Donenfeld wrote: >> Looks like kernel.org makes some changes. Do we want to adopt any of >> these? Some of them are pretty, like the even/odd background. Others >> I'm not sure what they do... >> [...] > > On the even/odd background (didn't check the other changes): I think > that one looks good when having a lot of repositories and doesn't look > good when having only a few of them. I also think that it is a bit weird > that the "Clone" row is sometimes highlighted
Just override the background colour for <th> like so:
div#cgit table.list tr:nth-child(odd),
div#cgit table.list th {
background: white;
}
Apart from that I'm not sure if striping adds much value given table
lines have a different background on hover already.
I didn't look at the other changes.
signature.asc
Description: OpenPGP digital signature
_______________________________________________ CGit mailing list [email protected] http://lists.zx2c4.com/mailman/listinfo/cgit
