diff --git a/library-express/public/css/tables.css b/library-express/public/css/tables.css index 6be3e14..9660c5b 100644 --- a/library-express/public/css/tables.css +++ b/library-express/public/css/tables.css @@ -13,4 +13,5 @@ table thead th{color:#FFFFFF; background-color:#666666; border:1px solid #CCCCCC table tbody td{vertical-align:top; border-collapse:collapse; border-left:1px solid #CCCCCC; border-right:1px solid #CCCCCC;} table thead th, table tbody td{padding:5px; border-collapse:collapse;} table tbody tr.light{color:#666666; background-color:#F7F7F7;} -table tbody tr.dark{color:#666666; background-color:#E8E8E8;} \ No newline at end of file +table tbody tr.dark{color:#666666; background-color:#E8E8E8;} +table tbody tr{border-bottom: 1pt solid #CCCCCC;} \ No newline at end of file