74f1a7401ec625b3690d5dd939567a75d9316807

Author: gwoo

Date: 2008-12-12 11:37:37 -0800

updating htaccess and css

diff --git a/webroot/.htaccess b/webroot/.htaccess index f9d8b93..19cef0f 100755 --- a/webroot/.htaccess +++ b/webroot/.htaccess @@ -1,6 +1,5 @@ <IfModule mod_rewrite.c> RewriteEngine On - RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php?url=$1 [QSA,L] </IfModule> \ No newline at end of file diff --git a/webroot/css/chaw.css b/webroot/css/chaw.css index 656f224..1d650d1 100644 --- a/webroot/css/chaw.css +++ b/webroot/css/chaw.css @@ -29,12 +29,12 @@ blue: #69C; .atv { color:#181 } .dec { color:#606 } -#content a { +a { color: #333; font-family: helvetica,arial,sans-serif; font-weight: normal; } -#content h2 a { +h2 a { color: #804000; font-family: helvetica,arial,sans-serif; } @@ -652,7 +652,7 @@ div.comments { } .browser a.file { background: url('images/file.gif') no-repeat left; - color: #656565; + color: #999; text-decoration: none; padding-left: 24px; }