We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c09d974 commit 7758f90Copy full SHA for 7758f90
css/modern.css
@@ -6593,6 +6593,10 @@ License: CC BY-SA 3.0 -- http://creativecommons.org/licenses/by-sa/3.0/
6593
border: 1px #ccc solid;
6594
width: 100%;
6595
border-collapse: collapse;
6596
+ margin: 0;
6597
+}
6598
+.metrouicss .calendar tr:empty {
6599
+ display: none;
6600
}
6601
.metrouicss .calendar td,
6602
.metrouicss .calendar th {
@@ -6611,6 +6615,7 @@ License: CC BY-SA 3.0 -- http://creativecommons.org/licenses/by-sa/3.0/
6611
6615
6612
6616
.metrouicss .calendar .empty-day {
6613
6617
border: 0 !important;
6618
6614
6619
6620
.metrouicss .calendar .weekdays td {
6621
background-color: #eff4ff !important;
0 commit comments