fix event html construction (fixes #2646)

This commit is contained in:
rabuzarus 2017-10-13 20:03:47 +02:00
parent 553428d1b1
commit dcbf4d6d11
3 changed files with 38 additions and 12 deletions

View file

@ -179,6 +179,24 @@ blockquote.shared_content {
border: none;
}
/* Events */
.event-summary {
margin: 0px 0px 10px 0px;
font-weight: bold;
}
.vevent .event-summary {
margin: 0px 0px 10px 0px;
}
.vevent .event-description {
padding: 10px 0;
}
.event-label {
font-weight: bold;
}
.settings-heading a:after{
content: ' »';
}