On Wed, Feb 23, 2011 at 9:06 PM, spaceshuttle <[email protected]> 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...

The following rule in your own CSS would override it:

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

--
Christian Montoya
mappdev.com :: christianmontoya.net

-- 
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