summaryrefslogtreecommitdiff
path: root/themes/admin_wind/views/admin.html.php
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-09-30 00:32:52 -0600
committerChad Kieffer <ckieffer@gmail.com>2009-09-30 00:32:52 -0600
commitdaa3a2b43cd6e1458014e763e9640b8db16cc0c1 (patch)
treeafc49034ee5fddafd830a90122bccd4e804e2be1 /themes/admin_wind/views/admin.html.php
parentfbb6a86f94deba1c2a65e7371be210fe4520351e (diff)
First round of CSS refactor updates. Added calls to gallery.common.css from wind and admin_wind. Replaced basic text align and block float classes. Removed section #2 from both themes screen styles.
Diffstat (limited to 'themes/admin_wind/views/admin.html.php')
-rw-r--r--themes/admin_wind/views/admin.html.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/admin_wind/views/admin.html.php b/themes/admin_wind/views/admin.html.php
index ef15ed25..b18f010a 100644
--- a/themes/admin_wind/views/admin.html.php
+++ b/themes/admin_wind/views/admin.html.php
@@ -10,6 +10,7 @@
<?= $theme->css("yui/reset-fonts-grids.css") ?>
<?= $theme->css("themeroller/ui.base.css") ?>
<?= $theme->css("superfish/css/superfish.css") ?>
+ <?= $theme->css("gallery.common.css") ?>
<?= $theme->css("screen.css") ?>
<!--[if lt IE 8]>
<link rel="stylesheet" type="text/css" href="<?= $theme->url("fix-ie.css") ?>"