CSS tweaks

pull/2/head
Noah 2014-06-20 21:26:29 +00:00
parent 7469cd8288
commit 9712f63bf9
1 changed files with 3 additions and 1 deletions

View File

@ -130,7 +130,7 @@ table.table td {
table.table {
border-collapse: collapse;
border-spacing: 0;
margin: 0px;
margin: 10px 0px;
padding: 0px;
}
@ -155,6 +155,8 @@ table.table tr:nth-child(odd) {
table.table td {
padding: 4px;
vertical-align: top;
text-align: left;
}
/*******************************************************************************