From 51546e0b960f1f59c294fd0b73df9e39aac824af Mon Sep 17 00:00:00 2001 From: Karl Burkhart Date: Wed, 22 Jun 2011 09:06:15 +0000 Subject: [PATCH] in table tag -> font-size:small --- skin/styles/tw.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/skin/styles/tw.css b/skin/styles/tw.css index 314334e36..537329117 100644 --- a/skin/styles/tw.css +++ b/skin/styles/tw.css @@ -230,17 +230,24 @@ a.head:hover /* Tables */ +TABLE +{ + font-size: small; +} + TABLE.tabcontent { margin: 0px; padding: 0px; border-style: none; width: 100%; + font-size: small; /* cellspacing: 0; cellpadding: 0; */ } + TABLE.tabcontent2 { margin: 0px; @@ -278,7 +285,8 @@ td.ContentHeader2 { background-color: #CCCCCC; /*mittel-grau */ font-weight: normal; - height: 19px + height: 19px; + } td.ContentHeader3 {