From ccabcbf3a48d1e96b429cc54c5b755e8fb966b48 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Mon, 17 May 2010 19:51:43 -0400 Subject: Created Subtle Mode (SEVERE BETA, LOL IT LOOKS GROSS) --- theme/css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'theme/css.php') diff --git a/theme/css.php b/theme/css.php index 74e7c09..30a1523 100755 --- a/theme/css.php +++ b/theme/css.php @@ -25,9 +25,9 @@ header('Content-type: text/css'); include('../includes/functions.php'); include('css/website.css'); +include('css/bubbles.css'); include('layouts/' . getLayout() . '/style.php'); include('css/blog.php'); -include('css/bubbles.css'); include('css/quotes.css'); ?> -- cgit 1.4.1