fix dtext/note bottom margins

This commit is contained in:
Toks
2013-09-17 00:40:23 -04:00
parent e08d1d13a2
commit fe63689425
2 changed files with 2 additions and 2 deletions

View File

@@ -87,7 +87,7 @@ div.prose {
padding: 0.7em;
border-top: 1px solid #666;
p:last-child {
> :last-child {
margin-bottom: 0;
}
}

View File

@@ -23,7 +23,7 @@ div#note-container {
color: gray;
}
p:last-child {
> :last-child {
margin-bottom: 0;
}