Skip to content

Commit

Permalink
Merge pull request #1 from TemperGrace/team-page-improvements
Browse files Browse the repository at this point in the history
Adds automated horizontal scrollbars to tables of times to handle ove…
  • Loading branch information
TemperGrace authored Jun 20, 2024
2 parents deb5893 + f78cfcb commit b47858c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion css/Default.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ table.times {
border-style: solid;
border-color: #000000;
background-color: #303030;
max-width: 720px;
overflow-x: auto;
}
th.times {
border-style: dotted;
Expand Down Expand Up @@ -86,4 +88,4 @@ ul.tabbernav li.tabberactive a {
.tabberlive .tabbertab {
border: 1px solid #000000;
background-color: #404040;
}
}

0 comments on commit b47858c

Please sign in to comment.