projects
/
web
/
SooLocks.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71bb20c
)
Add css file
author
Steve Sutton
<steve@gaslightmedia.com>
Tue, 10 Jun 2014 18:59:15 +0000
(14:59 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Tue, 10 Jun 2014 18:59:15 +0000
(14:59 -0400)
Add css/normalize.css
Toolkit/Page.php
patch
|
blob
|
history
diff --git
a/Toolkit/Page.php
b/Toolkit/Page.php
index
94ae480
..
455eb25
100755
(executable)
--- a/
Toolkit/Page.php
+++ b/
Toolkit/Page.php
@@
-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";