in table tag -> font-size:small

This commit is contained in:
Karl Burkhart
2011-06-22 09:06:15 +00:00
parent ae8a53a706
commit 51546e0b96
+9 -1
View File
@@ -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
{