diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2010-09-19 07:44:16 -0700 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2010-09-19 07:53:39 -0700 |
| commit | 8b21123493edb72dd02c5fa6d8ff6ad1afe03abb (patch) | |
| tree | be8834ef7c31c534ea7b48cb73879fdb4690f47e /themes/wind/views | |
| parent | 93d1a8103e757a87fb006f2389f0ee24497367a7 (diff) | |
When the lib/gallery.common.css was combined, the image urls did not point to the correct location.
So lets fix that up. But first undo the reverts:
93d1a8103e757a87fb006f2389f0ee24497367a7 "Revert '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.'"
f14290f34f097f525a56bc00070b73fba1fb8e2c "Revert 'Clean up white space'"
ff8ee5bdfcc0d35e14f3124d349625814ec8771a "Revert 'Add some whitespace.'"
Diffstat (limited to 'themes/wind/views')
| -rw-r--r-- | themes/wind/views/page.html.php | 1 |
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") ?>" |
