Catalyst-Helper-View-TT-Bootstrap
    
    
  
  
  
view release on metacpan or search on metacpan
lib/Catalyst/Helper/View/TT/Bootstrap/Manual.pm view on Meta::CPAN
variable named debug_init is populated.  If it is, it attempts to execute a
macro by the name assigned to the variable.  This allows you to set up logging,
add scripts or stylesheets etc for use in development.
=item IE detection
html.tt uses IE conditional comments to decorate the body tag with a class 'IE'
and another class 'IE5', 'IE6', or 'IE7' depending on the version of the browser
requesting the page.  Non-IE browsers will no have these classes added.
This allows you to use the cascade in your css to target IE to correct display
issues that may*cough*WILL*cough* arise.
    /* Container dimensions */
    .container {
        width: 276px;
        padding: 10px:
        border: 2px solid #eee;
    }
    /* correction for IE's box model */
    
  
  
  
( run in 0.508 second using v1.01-cache-2.11-cpan-0a6323c29d9 )