add post summaries
This commit is contained in:
parent
3ae0cd7c52
commit
7023da3902
3 changed files with 39 additions and 16 deletions
|
@ -133,7 +133,24 @@ header .date {
|
|||
|
||||
.post-list .date, .tag-list .count {
|
||||
font-size: 85%;
|
||||
}
|
||||
|
||||
.post-list li + li {
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
|
||||
.post-desc {
|
||||
margin: 0;
|
||||
font-size: small;
|
||||
font-style: italic;
|
||||
line-height: 125%;
|
||||
}
|
||||
|
||||
.post-desc p {
|
||||
margin: 0;
|
||||
}
|
||||
.post-desc p + p {
|
||||
margin-top: .5em;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue