Minor look change

This commit is contained in:
Laurent Destailleur 2010-10-18 19:08:10 +00:00
parent 3175b6c65c
commit 5316411c13
2 changed files with 3 additions and 6 deletions

View File

@ -1035,7 +1035,7 @@ border-left-style: solid;
}
table.noborder td {
padding: 1px 2px; /* t r b l */
padding: 1px 2px 0px 1px; /* t r b l */
}
table.nobordernopadding {

View File

@ -1001,10 +1001,7 @@ border-bottom-width: 1px;
border-bottom-color: #BBBBBB;
border-bottom-style: solid;
margin-left: 1px;
margin-right: 1px;
margin-bottom: 2px;
margin-top: 0px;
margin: 0px 0px 2px 0px;
}
table.noborder tr {
@ -1020,7 +1017,7 @@ border-left-style: solid;
}
table.noborder td {
padding: 1px 2px; /* t r b l */
padding: 1px 2px 0px 1px; /* t r b l */
}
table.nobordernopadding {