why different rendering ?

%p{:style => "margin-bottom: 2px;"}
   LIMITED access to :
   %br SeveTV video clips
    %br Instruction video clips

is rendering  in FireFox 4   :

<p style="margin-bottom: 2px;">
LIMITED access to :
<br>
SeveTV video clips
<br>
<br>
Instruction video clips
<br>
</p>

but is rendering correvtly in Safari 5

<p style="margin-bottom: 2px;">
LIMITED access to :
 <br>SeveTV video clips
 <br>Instruction video clips
</p>

-- 
You received this message because you are subscribed to the Google Groups 
"Haml" group.
To post to this group, send email to haml@googlegroups.com.
To unsubscribe from this group, send email to haml+unsubscr...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/haml?hl=en.

Reply via email to