Move date to the right
This commit is contained in:
parent
cd150d73c5
commit
0a2c08eb9b
|
@ -12,6 +12,7 @@ img.float-right {
|
||||||
.calendar-events ul .date {
|
.calendar-events ul .date {
|
||||||
color: rgba(0,0,0,.5);
|
color: rgba(0,0,0,.5);
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
|
margin-top: .2em;
|
||||||
}
|
}
|
||||||
.calendar-events > li > p {
|
.calendar-events > li > p {
|
||||||
border-bottom: .1em solid rgba(0,0,0,.2);
|
border-bottom: .1em solid rgba(0,0,0,.2);
|
||||||
|
@ -30,7 +31,8 @@ img.float-right {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
.calendar-events ul .time {
|
.calendar-events ul .time {
|
||||||
float: left;
|
color: rgba(0,0,0,.5);
|
||||||
|
float: right;
|
||||||
width: 4em;
|
width: 4em;
|
||||||
}
|
}
|
||||||
.calendar-events ul .icon, .calendar-events ul .date {
|
.calendar-events ul .icon, .calendar-events ul .date {
|
||||||
|
|
Loading…
Reference in New Issue