Add min-width for #tablestatistics tables

This commit is contained in:
J.M 2013-08-20 20:48:22 +02:00
parent 9fab9deb3e
commit a181cc3fcb
2 changed files with 2 additions and 0 deletions

View File

@ -816,6 +816,7 @@ div#tablestatistics table {
margin-top: 0.5em;
margin-bottom: 0.5em;
margin-<?php echo $right; ?>: 0.5em;
min-width: 16em;
}
/* END table stats */

View File

@ -1067,6 +1067,7 @@ div#tablestatistics table {
margin-bottom: .5em;
margin-<?php echo $right; ?>: 1.5em;
margin-top: .5em;
min-width: 16em;
}
/* END table stats */