mirror of
https://github.com/yummy4friends/y4f.git
synced 2024-12-30 23:37:09 +01:00
e181c13ac2
Navbar und Footer wird wieder angezeigt.
50 lines
1016 B
CSS
50 lines
1016 B
CSS
|
|
|
|
.tg {
|
|
border-collapse: collapse;
|
|
border-spacing: 0;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
.tg td {
|
|
border-color: black;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
font-family: Arial, sans-serif;
|
|
font-size: 18px;
|
|
overflow: hidden;
|
|
padding: 10px 5px;
|
|
word-break: normal;
|
|
}
|
|
|
|
.tg th {
|
|
border-color: black;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
font-family: Arial, sans-serif;
|
|
font-size: 18px;
|
|
font-weight: normal;
|
|
overflow: hidden;
|
|
padding: 10px 5px;
|
|
word-break: normal;
|
|
}
|
|
|
|
.tg .tg-c3ow {
|
|
border-color: inherit;
|
|
text-align: center;
|
|
vertical-align: center;
|
|
}
|
|
|
|
.tg .tg-0pky {
|
|
border-color: inherit;
|
|
text-align: center;
|
|
vertical-align: center;
|
|
}
|
|
|
|
.icon {
|
|
width: 100%;
|
|
max-width: 100px;
|
|
height: auto;
|
|
}
|