Add css file
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 10 Jun 2014 18:59:15 +0000 (14:59 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 10 Jun 2014 18:59:15 +0000 (14:59 -0400)
Add css/normalize.css

Toolkit/Page.php

index 94ae480..455eb25 100755 (executable)
@@ -146,6 +146,7 @@ class Toolkit_Page
         // Resources needed for every page.
         $GLOBALS['styleSheets'] = array();
         $GLOBALS['styleSheets'][] = $this->mediaBaseURL . 'fancybox/jquery.fancybox.css';
+        $GLOBALS['styleSheets'][] = $this->mediaBaseURL . 'css/normalize.css';
         // Resources needed for every page.
         $GLOBALS['topScripts'][] = JQUERY_CDN_JS;
         $GLOBALS['bottomScripts'][] = $this->mediaBaseURL . "fancybox/jquery.fancybox.js";