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;
|
||||
}
|
||||
|
||||
#worlds table, td
|
||||
#worlds table, td, th
|
||||
{
|
||||
border: 2px solid white;
|
||||
width: 80%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
table
|
||||
|
@ -77,7 +77,7 @@ table
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
a, p
|
||||
a, p, td, th
|
||||
{
|
||||
font-family: "Verdana", serif;
|
||||
color: white;
|
||||
|
|
Loading…
Reference in a new issue