CSS: Use full width for tables

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-24 17:23:26 +02:00
parent 6129ae58cc
commit 4142c15ab5
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ pre {
table {
border-collapse: separate;
border-spacing: 0 1px;
width: 100%;
}
td {