Tables should use full with, outer elements take care of margins

This commit is contained in:
Thomas Gelf 2014-03-25 07:45:20 +00:00
parent ff3d351c8f
commit bfb123eec7
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ table.colors td {
table.action {
border-collapse: separate;
border-spacing: 0.3em;
width: 98%;
width: 100%;
table-layout: fixed;
margin: 0;
}