Thank you for your answers! It helped a lot! On Thu, Feb 24, 2011 at 10:16 AM, Christian Montoya <[email protected]>wrote:
> 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. > > -- Na'ama Moran mobile (US): 646-675-9655 mobile (Israel): +972-544-226-229 email: [email protected] There is nothing more powerful than an idea. Except for an idea put into action. -- This message may contain confidential information for the exclusive use of intended addressee -- 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.
