Skip to content

Commit

Permalink
Added table border bottom line
Browse files Browse the repository at this point in the history
  • Loading branch information
allisonglittle committed Dec 7, 2021
1 parent c7668e4 commit 6e26a89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion library-express/public/css/tables.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;}
table tbody tr.dark{color:#666666; background-color:#E8E8E8;}
table tbody tr{border-bottom: 1pt solid #CCCCCC;}

0 comments on commit 6e26a89

Please sign in to comment.