Skip to content

Commit

Permalink
80% was too small, 90% looks better
Browse files Browse the repository at this point in the history
  • Loading branch information
jamis committed Jan 26, 2009
1 parent 079e321 commit 87c4abd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/prawn/format.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ def text_with_formatting(text, options={})
:a => { :meta => { :name => :anchor, :href => :target }, :color => "0000ff", :text_decoration => :underline },
:b => { :font_weight => :bold },
:br => { :display => :break },
:code => { :font_family => "Courier", :font_size => "80%" },
:code => { :font_family => "Courier", :font_size => "90%" },
:em => { :font_style => :italic },
:font => { :meta => { :face => :font_family, :color => :color, :size => :font_size } },
:i => { :font_style => :italic },
:pre => { :white_space => :pre, :font_family => "Courier", :font_size => "80%" },
:pre => { :white_space => :pre, :font_family => "Courier", :font_size => "90%" },
:span => {},
:strong => { :font_weight => :bold },
:sub => { :vertical_align => :sub, :font_size => "70%" },
Expand Down

0 comments on commit 87c4abd

Please sign in to comment.