Change vertical alignment of code blocks

Things looked odd due to the padding on code blocks; they sat 2px above the text surrounding them.  This PR will fix that by aligning inline code blocks, and the text surrounding them, on their baseline.
This commit is contained in:
craigbox
2016-12-10 18:20:24 +00:00
committed by GitHub
parent f2ad6b1fe8
commit af3d24c7ef
+1 -1
View File
@@ -753,7 +753,7 @@ dd
background-color: $light-grey
color: $dark-grey
font-family: $mono-font
vertical-align: bottom
vertical-align: baseline
font-size: 14px
font-weight: bold
padding: 2px 4px