Fix display of table in page body

This commit is contained in:
Samy Pessé
2014-04-07 01:06:44 -07:00
parent 9670f564d9
commit ee8bf6dc4c
2 changed files with 5 additions and 2 deletions
File diff suppressed because one or more lines are too long
+4 -1
View File
@@ -156,7 +156,10 @@
margin-bottom: 0; }
table {
padding: 0; }
width: 100%;
padding: 0;
}
table tr {
border-top: 1px solid #cccccc;
background-color: white;