On 26 Mar 2007, at 20:53, s.ross wrote:
> what I believe I need to see is:
>      table.calendar-day td.center {   /* note closed up space between
> td and .center */
>        text-align: center; }

Use parent references (you'll need to be using the Haml trunk):

   table.calendar-dav
     :background #ccc
     td
       :font-size .75em
       :text-align right
       &.center
         :text-align center

Cheers,
-Tom

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