Skip to content

Commit

Permalink
Fixed borders on tables to be single line instead of double line
Browse files Browse the repository at this point in the history
  • Loading branch information
smcdonou02 committed Nov 9, 2022
1 parent 01e6260 commit 6e16c9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MavenBack/src/main/webapp/baseStyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ p, h1, th, td {color: white;}
table, td, th{
border: 2px solid white;
text-align: center;
border-spacing: 0;
border-collapse: collapse;
}

tr:nth-child(even) {
Expand Down

0 comments on commit 6e16c9b

Please sign in to comment.