Fixed table css
This commit is contained in:
parent
1941c5fee3
commit
a6b964ca27
1 changed files with 3 additions and 3 deletions
|
@ -66,10 +66,10 @@ a{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
#worlds table, td
|
#worlds table, td, th
|
||||||
{
|
{
|
||||||
border: 2px solid white;
|
border: 2px solid white;
|
||||||
width: 80%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
table
|
table
|
||||||
|
@ -77,7 +77,7 @@ table
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
a, p
|
a, p, td, th
|
||||||
{
|
{
|
||||||
font-family: "Verdana", serif;
|
font-family: "Verdana", serif;
|
||||||
color: white;
|
color: white;
|
||||||
|
|
Loading…
Reference in a new issue