Fixed table css

This commit is contained in:
Norbi Peti 2017-06-11 10:49:29 +02:00 committed by GitHub
parent 1941c5fee3
commit a6b964ca27

View file

@ -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;