From ed1d173621ff4d803136876ac45fde49901337a2 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Fri, 19 Oct 2007 07:06:13 +0000 Subject: [PATCH] Added list1h/list2h SVN revision: 1935 --- themes/default/tiny.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/themes/default/tiny.css b/themes/default/tiny.css index ee03c28d..ab61f219 100755 --- a/themes/default/tiny.css +++ b/themes/default/tiny.css @@ -196,6 +196,24 @@ td { text-align:center; } +.list1h { + border:1px solid #308000; + border-top:1px solid white; + border-left:1px solid white; + background-color:#DDEEBB; + text-align:center; + font-weight:bold; +} + +.list2h { + border:1px solid #808040; + border-top:1px solid white; + border-left:1px solid white; + background-color:#FFFFB0; + text-align:center; + font-weight:bold; +} + /* attachment line */ .attachment {