fix dtext/note bottom margins
This commit is contained in:
@@ -87,7 +87,7 @@ div.prose {
|
|||||||
padding: 0.7em;
|
padding: 0.7em;
|
||||||
border-top: 1px solid #666;
|
border-top: 1px solid #666;
|
||||||
|
|
||||||
p:last-child {
|
> :last-child {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ div#note-container {
|
|||||||
color: gray;
|
color: gray;
|
||||||
}
|
}
|
||||||
|
|
||||||
p:last-child {
|
> :last-child {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user