Move date to the right

This commit is contained in:
Jørn Åne 2017-10-07 16:42:11 +02:00
parent cd150d73c5
commit 0a2c08eb9b
1 changed files with 3 additions and 1 deletions

View File

@ -12,6 +12,7 @@ img.float-right {
.calendar-events ul .date {
color: rgba(0,0,0,.5);
font-size: 0.8em;
margin-top: .2em;
}
.calendar-events > li > p {
border-bottom: .1em solid rgba(0,0,0,.2);
@ -30,7 +31,8 @@ img.float-right {
text-decoration: underline;
}
.calendar-events ul .time {
float: left;
color: rgba(0,0,0,.5);
float: right;
width: 4em;
}
.calendar-events ul .icon, .calendar-events ul .date {