Show
Ignore:
Timestamp:
01/13/2008 10:03:00 PM (10 months ago)
Author:
Shadowhand
Message:

Added print stylesheet, fix for #283.

Also split layout.css into common.css (for all common print/web styles) and layout.css (for only web styles).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/website/application/views/layout.php

    r1692 r1711  
    1313( 
    1414        'media/css/reset', 
    15         'media/css/layout' 
     15        'media/css/common', 
     16        'media/css/layout', 
     17        'media/css/print', 
     18), array 
     19( 
     20        'all', 
     21        'all', 
     22        'screen', 
     23        'print' 
    1624)) 
    1725 
     
    94102<!-- End Body --> 
    95103 
    96 <div id="footer"><strong>&copy;2007 Kohana Team. All rights reserved.</strong> Powered by Kohana v{kohana_version}. Rendered in {execution_time} seconds, using {memory_usage} of memory.</div> 
     104<div id="footer"><strong>&copy;2007 Kohana Team. All rights reserved.</strong> <span class="stats">Powered by Kohana v{kohana_version}. Rendered in {execution_time} seconds, using {memory_usage} of memory.</span></div> 
    97105 
    98106</div>