Tables should use full with, outer elements take care of margins
This commit is contained in:
parent
ff3d351c8f
commit
bfb123eec7
|
@ -20,7 +20,7 @@ table.colors td {
|
||||||
table.action {
|
table.action {
|
||||||
border-collapse: separate;
|
border-collapse: separate;
|
||||||
border-spacing: 0.3em;
|
border-spacing: 0.3em;
|
||||||
width: 98%;
|
width: 100%;
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue