Skip to content

Commit

Permalink
Add table overrides to styles.css
Browse files Browse the repository at this point in the history
Applies the style tweaks from PR #4650 to styles.css. The alterations in 4650 aren't actually applied, as the modified bootstrap CSS file isn't used in layouts. Contrarily, this CSS stylesheet is applied to each layout.
  • Loading branch information
scolsen authored and kluever committed Oct 30, 2024
1 parent 9141be0 commit 82a4cf6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions stylesheets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ body {
padding-top: 50px;
margin-bottom: 100px;
}
td,
th {
padding: 2px;
padding-right: 6px;
border: 1px solid #333;
}
.page-title-bar {
padding-top:20px;
padding-bottom:20px;
Expand Down

0 comments on commit 82a4cf6

Please sign in to comment.