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.
reviewable/pr1918/r1
craigbox 2016-12-10 18:20:24 +00:00 committed by GitHub
parent f2ad6b1fe8
commit af3d24c7ef
1 changed files with 1 additions and 1 deletions

View File

@ -753,7 +753,7 @@ dd
background-color: $light-grey background-color: $light-grey
color: $dark-grey color: $dark-grey
font-family: $mono-font font-family: $mono-font
vertical-align: bottom vertical-align: baseline
font-size: 14px font-size: 14px
font-weight: bold font-weight: bold
padding: 2px 4px padding: 2px 4px