On Wed, 23 Feb 2011 18:06:15 -0800 (PST), spaceshuttle wrote:

| Hi everyone,
| 
| I am really puzzled- I used Blueprint for a site that includes a table
| in the mark-up and every second row gets a light-blue background. It
| is definitely coming from Blueprint - but the only place in the source
| I could find a reference to table was in typography.css. I changed the
| background property of <tr> to none... still no change in my page...
| 
| Can someone help me figure out how to remove this background color?

Take a look in screen.css. You will find the following:

tbody tr:nth-child(even) td, tbody tr.even td {background:#e5ecf9;}

This is what you should override in you own css.

Cheers,
-- 
David Postill
Dance your Life - Biodanza in Holland - <http://www.danceyourlife.eu>

-- 
You received this message because you are subscribed to the Google Groups 
"Blueprint CSS" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/blueprintcss?hl=en.

Reply via email to