styling, prettyprint and layout

This commit is contained in:
Dayle Rees
2012-04-02 10:03:02 +01:00
parent bf32b6f6ca
commit 2c459547e6
10 changed files with 1550 additions and 12 deletions

View File

@@ -4,6 +4,7 @@ View::composer('docs::template', function($view)
{
Asset::add('stylesheet', 'css/style.css');
Asset::add('modernizr', 'js/modernizr-2.5.3.min.js');
Asset::container('footer')->add('prettify', 'js/prettify.js');
});