Skip to content

Commit

Permalink
Fix alignment of minicals on month view
Browse files Browse the repository at this point in the history
  • Loading branch information
craigk5n committed Aug 31, 2024
1 parent 9fe2d67 commit d5e2b7e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions includes/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -949,6 +949,12 @@ tr.highlight td {
#viewl #nextmonth {
float:right;
}
table#nextmonth {
float: right;
}
table#prevmonth {
float: left;
}
#month .minical caption,
#viewl .minical caption {
margin-left:4ex;
Expand Down

0 comments on commit d5e2b7e

Please sign in to comment.