My solution is better

This commit is contained in:
2018-08-10 23:51:34 +02:00
parent 90297af982
commit 309e308518
2 changed files with 8 additions and 4 deletions

View File

@@ -64,6 +64,13 @@ img.float-right {
list-style: none;
}
.calendar-events ul li :not(.date):not(.time) {
display: inline-block;
width: calc(100% - 7em);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.calendar-events ul .date {
color: rgba(0,0,0,.5);
font-size: 0.8em;
@@ -105,7 +112,7 @@ main.contentsplit {
.contentsplit {
display: grid;
grid-template-columns: 2.5fr 1.5fr;
grid-template-columns: 2.5fr 2fr;
}
.gridr {