2.27.2013

AraNight - My Color Scheme for Visual Studio

I have been changing my color scheme for Visual Studio.  I have decided to share it at...

http://studiostyl.es/schemes/aranight

2.20.2013

Alternating Colors Table Rows Css

Pure CSS Solution for alternating color rows for a table:

table.MyGrid tr:nth-child(even) {
    background:#ECF4FE;
}