body
  :background = "#E7E7E2 url(/images/body.jpg) no-repeat center top"
  :color = "#444"
  :font = "normal 62.5% Tahoma, sans-serif"
  :padding-top = 64px

Renders to:

body {
  background: #e7e72;
  color: #4f4f4f;
  font: normal 62.5% Tahoma, sans-serif;
  padding-top: 64px; }

notice that the :background is wrong and also :color is suppsed to be
#444444 rather than the #4f4f4f

I am using the stable plugin with Rails.

Regards
Kiril


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