I have the following code that displaying element like below
Mytable
1. line1
2. line2
3. line3
4. line4
but I want it have indention, like belows
Mytable
1. line1
2. line2
3. line3
4. line4
My code is at here
%div{:class => 'test1'}
%table#tablename
%thead
%tr
%th.lead Mytable
%tbody
%tr
%center
%td 1.line1
%tr
%td 2. line2
%tr
%td 3. line3
%tr
%td 4. line4
