diff options
| author | Chad Kieffer <chad@2tbsp.com> | 2009-01-12 00:22:55 +0000 |
|---|---|---|
| committer | Chad Kieffer <chad@2tbsp.com> | 2009-01-12 00:22:55 +0000 |
| commit | 88246de0ff0303c2edecb085cd643fb9799e7f23 (patch) | |
| tree | f80601b3666767f75bdaacb969a4580535a7a76a /themes/default/views | |
| parent | 65e28bc678b1d9fc0b6af4cb848cfde338b2f01c (diff) | |
Add all the files jquery ui needs, including css for each widget. ui.all.css includes calls to the widget css we're currently using. Add new widget css here.
Diffstat (limited to 'themes/default/views')
| -rw-r--r-- | themes/default/views/page.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/views/page.html.php b/themes/default/views/page.html.php index fa6e1b35..c44b91b3 100644 --- a/themes/default/views/page.html.php +++ b/themes/default/views/page.html.php @@ -16,7 +16,7 @@ media="screen,print,projection" /> <link rel="stylesheet" type="text/css" href="<?= $theme->url("css/superfish.css") ?>" media="screen" /> - <link rel="stylesheet" type="text/css" href="<?= $theme->url("css/ui.theme.css") ?>" + <link rel="stylesheet" type="text/css" href="<?= $theme->url("css/ui.all.css") ?>" media="screen,print,projection" /> <link rel="stylesheet" type="text/css" href="<?= $theme->url("css/screen.css") ?>" media="screen,print,projection" /> |
