Changeset 118 for trunk/samples

Show
Ignore:
Timestamp:
08/17/2007 02:58:58 (12 months ago)
Author:
why
Message:

* samples/book.rb: giving the table of contents some margin.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/samples/book.rb

    r117 r118  
    2424        "<b>No. #{num + 1}: #{INCIDENTS[num][0]}</b>" 
    2525    end 
    26     flow :width => 190 do 
     26    flow :width => 180, :margin_left => 10 do 
    2727      text toc 
    2828    end