diff options
author | Anika Henke <anika@selfthinker.org> | 2012-04-09 19:08:20 +0100 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2012-04-09 19:08:20 +0100 |
commit | 3d2fd76a6a87ddf4a45c05091799c09500265307 (patch) | |
tree | a3a1444de945a8d45bbc722d93fc2f44f252e9cf /lib/exe/css.php | |
parent | 91b05b6bf9cb9fd3aeced777159422f4e8114a9c (diff) | |
download | rpg-3d2fd76a6a87ddf4a45c05091799c09500265307.tar.gz rpg-3d2fd76a6a87ddf4a45c05091799c09500265307.tar.bz2 |
added accidentally removed jquery-ui styles back again
Diffstat (limited to 'lib/exe/css.php')
-rw-r--r-- | lib/exe/css.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/exe/css.php b/lib/exe/css.php index 5468376c6..1b2b0c86b 100644 --- a/lib/exe/css.php +++ b/lib/exe/css.php @@ -71,7 +71,7 @@ function css_out(){ $files[DOKU_INC.'lib/styles/'.$mediatype.'.css'] = DOKU_BASE.'lib/styles/'; // load jQuery-UI theme if ($mediatype == 'screen') { - //$files[DOKU_INC.'lib/scripts/jquery/jquery-ui-theme/smoothness.css'] = DOKU_BASE.'lib/scripts/jquery/jquery-ui-theme/'; + $files[DOKU_INC.'lib/scripts/jquery/jquery-ui-theme/smoothness.css'] = DOKU_BASE.'lib/scripts/jquery/jquery-ui-theme/'; } // load plugin styles $files = array_merge($files, css_pluginstyles($mediatype)); |