From 03d0c2d5c3d455bbfba524b59d6269ae446351af Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Tue, 27 Jan 2009 03:57:38 +0000 Subject: fix editing preferences, and colorize the debug page a tad for fun --- templates/base.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'templates/base.css') diff --git a/templates/base.css b/templates/base.css index 17a43d97..db4d7408 100644 --- a/templates/base.css +++ b/templates/base.css @@ -24,6 +24,7 @@ /***************** * Tag Definitions *****************/ + .tag_size1 { font-size:.6em; } @@ -42,5 +43,12 @@ a.tag_size1, a.tag_size2, a.tag_size3, a.tag_size4 { text-decoration: none; } .hover-add:hover { font-weight:900; } .hover-remove:hover { text-decoration:line-through;} - - +/***************** + * Generic / Misc + *****************/ +.item_on { + color: #347C17; +} +.item_off { + color: #FF0000; +} -- cgit