On 10/27/07, digitalronin <[EMAIL PROTECTED]> wrote:
>
>
> .footer
>   p
>     .credits
>       :font-weight: normal


David,

You want this:

.footer
  p
    &.credits
      font-weight: normal

The "&" character is very useful because it renders the parent selector in
place.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Haml" 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/haml?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to