Floating tables; Add space around them.
This commit is contained in:
parent
d34067297e
commit
3777777785
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ html {
|
|||
.table {
|
||||
width:auto;
|
||||
max-width:auto;
|
||||
float:left;
|
||||
margin:2em;
|
||||
}
|
||||
|
||||
th, td{
|
||||
|
|
Reference in a new issue