From 234981df567d21af2ba1cce65f697e6b3644e21f Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Fri, 3 Nov 2000 23:19:26 +0000 Subject: - Removed preview() - Updated comment() for the new comment-class - Fixed the funky indentation :) (the blame goes to this weird text-editor) --- themes/unconed/unconed.theme | 98 ++++++++++++++------------------------------ 1 file changed, 30 insertions(+), 68 deletions(-) diff --git a/themes/unconed/unconed.theme b/themes/unconed/unconed.theme index 863c89ef1..2d6029b57 100644 --- a/themes/unconed/unconed.theme +++ b/themes/unconed/unconed.theme @@ -3,10 +3,10 @@ class Theme { var $themename = "unconed"; - var $cl80 = "#8B8E95"; - var $clc0 = "#c8c8d0"; - var $cl00 = "#000000"; - + var $cl80 = "#8B8E95"; + var $clc0 = "#c8c8d0"; + var $cl00 = "#000000"; + ### color set #1: var $brcolor1 = "#000000"; // border color var $bgcolor1 = "#B5BECE"; @@ -42,9 +42,9 @@