diff options
| author | Christian Fowler <spider@viovio.com> | 2009-05-06 16:02:55 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2009-05-06 16:02:55 +0000 |
| commit | 4cacefe7e3220e02e2751782d7fcf6c57dff8bb2 (patch) | |
| tree | 25af223a9ed4ed77b9a90e07a507378baa7eec26 | |
| parent | 74b25006192825447326c7ef2309cb27e5359d13 (diff) | |
| download | themes-4cacefe7e3220e02e2751782d7fcf6c57dff8bb2.tar.gz themes-4cacefe7e3220e02e2751782d7fcf6c57dff8bb2.tar.bz2 themes-4cacefe7e3220e02e2751782d7fcf6c57dff8bb2.zip | |
move inline.css to css/ dir
| -rw-r--r-- | bit_setup_inc.php | 2 | ||||
| -rw-r--r-- | css/inline.css (renamed from inline.css) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/bit_setup_inc.php b/bit_setup_inc.php index 361f3d3..0161155 100644 --- a/bit_setup_inc.php +++ b/bit_setup_inc.php @@ -52,6 +52,6 @@ if( $gBitSystem->isFeatureActive( 'site_fancy_zoom' )) { $gBitSystem->mOnload[] = 'setupShowHide();'; // styles formerly included inline (kernel, themes). hopefully not needed anymore sometime in the future -$gBitThemes->loadCss( THEMES_PKG_PATH.'inline.css' ); +$gBitThemes->loadCss( THEMES_PKG_PATH.'css/inline.css' ); ?> diff --git a/inline.css b/css/inline.css index adc973f..adc973f 100644 --- a/inline.css +++ b/css/inline.css |
