Changed rules for tables

This commit is contained in:
George Kaklamanos 2015-07-16 14:46:01 +03:00
parent ad91053c6b
commit 88bd2595f2

View file

@ -2,3 +2,12 @@ html {
max-width:80%;
margin:auto;
}
.table {
width:auto;
max-width:auto;
}
th, td{
text-align:center;
}