git ssb

16+

Dominic / patchbay



Commit 700625f33ea2e217265009f6ac9ade4897ab173f

Fix preformatted code blocks so they have the same look on posts view.

Justin Abrahms committed on 1/17/2019, 3:50:35 AM
Parent: f10d94befa3247b764758817229d27614f4ea9ea

Files changed

app/page/posts.mcsschanged
app/page/posts.mcssView
@@ -121,8 +121,11 @@
121121 p {
122122 :first-of-type { margin-top: 0 }
123123 }
124124 (img) { max-width: 100% }
125 + (pre) { background-color: #000; }
126 + (code) { background-color: #000; }
127 +
125128 }
126129 }
127130
128131 div.recent {

Built with git-ssb-web