Floating tables; Add space around them.

This commit is contained in:
George Kaklamanos 2015-07-17 19:53:56 +03:00
parent d34067297e
commit 3777777785

View file

@ -6,6 +6,8 @@ html {
.table {
width:auto;
max-width:auto;
float:left;
margin:2em;
}
th, td{