rbelow / blueprintcss

Automatically exported from code.google.com/p/blueprintcss
1 stars 0 forks source link

Fix print.css to show normal size text for text treated with incremental leading. #25

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
From email with Olav:

Yeah, you're right. I forgot to add incremental leading to print.css..

Olav

On 9/3/07, Glenn Rempe wrote:
 In print.css...

Is this a bug?  When looking at test pages using print stylesheet in
firefox.  Shouldn't incremental leading text remain the same size as
regular text in print view?  Its actually displaying smaller...  Seems to
me like this text should display the same as any other text in print view
since we are not doing anything related to incremental leading in there...

G

Original issue reported on code.google.com by glenn.re...@gmail.com on 3 Sep 2007 at 8:33

GoogleCodeExporter commented 8 years ago
Should be fixed now, as the .incr class is only loaded in screen.css, and not 
in the print stylesheet.

Original comment by ola...@gmail.com on 4 Sep 2007 at 7:15