git ssb

16+

Dominic / patchbay



Commit b63d575a425022d588c70f9f193022bfdda8868d

less margin for last p in blockquote

mix irving committed on 5/29/2017, 2:20:13 PM
Parent: bca0078c9b1103a1d6c6bb3b446ad2a4f5c50724

Files changed

app/styles/css/global.jschanged
app/styles/css/global.jsView
@@ -25,8 +25,11 @@
2525 padding: .2rem .2rem .2rem 1rem;
2626 margin: .5rem 0;
2727 }
2828
29 +blockquote p:last-child {
30 + margin-bottom: .35ex;
31 +}
2932
3033 .emoji {
3134 height: 1em;
3235 width: 1em;

Built with git-ssb-web