summaryrefslogtreecommitdiff
path: root/themes/wind/views
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2010-09-15 18:17:35 -0700
committerTim Almdal <tnalmdal@shaw.ca>2010-09-15 18:20:27 -0700
commit42517041753d460c337a2086c0346018ad582e8d (patch)
treeb5762c67a17e030b5bc5171a48663e1df877df82 /themes/wind/views
parent4b8d6beb5e59402d68b1daf5e4f7220066d1b707 (diff)
Move the contents of lib/gallery.common.css into themes/wind/css/screen.php and themes/admin_wind/css/screen.php. Most themers seem to copy the contents into their theme's screen.css anyway.
Diffstat (limited to 'themes/wind/views')
-rw-r--r--themes/wind/views/page.html.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/themes/wind/views/page.html.php b/themes/wind/views/page.html.php
index e620d652..b3379416 100644
--- a/themes/wind/views/page.html.php
+++ b/themes/wind/views/page.html.php
@@ -27,7 +27,6 @@
<?= $theme->css("yui/reset-fonts-grids.css") ?>
<?= $theme->css("superfish/css/superfish.css") ?>
<?= $theme->css("themeroller/ui.base.css") ?>
- <?= $theme->css("gallery.common.css") ?>
<?= $theme->css("screen.css") ?>
<!--[if lte IE 8]>
<link rel="stylesheet" type="text/css" href="<?= $theme->url("css/fix-ie.css") ?>"