tipman/report.css
Josh Holtrop 0ab217099c added checks to report page per krissy
git-svn-id: svn://anubis/tipman@7 ce01c143-e732-0410-ac0e-c064f6e6c7ef
2008-09-09 01:29:21 +00:00

15 lines
194 B
CSS

table {
border-top: solid 1px #000;
border-left: solid 1px #000;
}
th, td {
border-bottom: solid 1px #000;
border-right: solid 1px #000;
padding: 2px 1ex;
}
.amnt {
text-align: right;
}