git ssb

10+

Matt McKegg / patchwork



Commit ffb7bedc3c585728df51f065d1d5d2f2d826319e

remove old css, and move emoji styles to markdown

Matt McKegg committed on 4/23/2017, 8:51:52 AM
Parent: 3f6e125416ef2ddd9ea60d2239f3313132e89378

Files changed

styles/markdown.mcsschanged
styles/avatar-link.cssdeleted
styles/emoji.cssdeleted
styles/markdown.mcssView
@@ -22,5 +22,11 @@
2222 (p) {
2323 margin: 0;
2424 }
2525 }
26 + (img.emoji) {
27 + width: 1.5em;
28 + height: 1.5em;
29 + align-content: center;
30 + margin-bottom: -0.3em;
31 + }
2632 }
styles/avatar-link.cssView
@@ -1,4 +1,0 @@
1-a.avatar {
2- font-weight: bold;
3- color: black;
4-}
styles/emoji.cssView
@@ -1,6 +1,0 @@
1-img.emoji {
2- width: 1.5em;
3- height: 1.5em;
4- align-content: center;
5- margin-bottom: -0.3em;
6-}

Built with git-ssb-web