Skip to content

Commit

Permalink
moved a block for aesthetic reasons
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans Acker committed Jul 16, 2024
1 parent 4adb56d commit efcd20b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions html/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,6 @@ table.wider {
width: calc(var(--baseWidth) * 2);
}

td, th {
max-width: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

caption {
display: none;
}
Expand All @@ -62,6 +55,13 @@ tbody {
text-align: right;
}

td, th {
max-width: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.Odyssey {
background-color: #05b;
}
Expand Down

0 comments on commit efcd20b

Please sign in to comment.