fix errors

This commit is contained in:
bkfox
2016-08-27 15:43:47 +02:00
parent 4a7517c109
commit ab093047ff
4 changed files with 12 additions and 4 deletions

View File

@ -169,7 +169,6 @@ ul.list {
}
.date_list_item h3 {
width: 100%;
margin-top: 0em;
}
@ -347,3 +346,12 @@ main .body ~ section:not(.comments) {
}
/** content: others **/
.list_item.track .title {
display: inline;
font-style: italic;
font-weight: normal;
font-size: 0.9em;
}