From 6e26a8932d3128c356337431e87a3a1e326c642a Mon Sep 17 00:00:00 2001 From: Alli Date: Mon, 6 Dec 2021 18:05:11 -0800 Subject: [PATCH] Added table border bottom line --- library-express/public/css/tables.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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