mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
in table tag -> font-size:small
This commit is contained in:
+9
-1
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user