From 47581aa5b4f85522a1ec171eae76da6105b3b954 Mon Sep 17 00:00:00 2001 From: raylu Date: Mon, 4 Jul 2011 02:44:57 -0700 Subject: reorganize CSS... with fire --- views/layouts/default.html.php | 5 +- views/pages/feed.html.php | 6 +- views/pages/home.html.php | 4 + views/users/signup.html.php | 4 + webroot/css/base.css | 486 +---------------------------------------- webroot/css/feed.css | 57 +++++ webroot/css/home.css | 75 +++++++ webroot/css/signup.css | 14 ++ webroot/img/process.gif | Bin 781 -> 0 bytes webroot/js/functions.js | 8 - 10 files changed, 164 insertions(+), 495 deletions(-) create mode 100644 webroot/css/feed.css create mode 100644 webroot/css/home.css create mode 100644 webroot/css/signup.css delete mode 100644 webroot/img/process.gif diff --git a/views/layouts/default.html.php b/views/layouts/default.html.php index 1eac7f1..af60100 100644 --- a/views/layouts/default.html.php +++ b/views/layouts/default.html.php @@ -7,8 +7,9 @@ use \lithium\security\Auth; html->charset() ?> OtakuHub<?php $title = $this->title(); if ($title) echo " > $title" ?> html->style(array('style', 'base')) ?> - html->style(array('themes/light')) ?> - html->style(array('prettyPhoto')) ?> + html->style('themes/light') ?> + html->style('prettyPhoto') ?> + styles(); ?>