Merge pull request #1279 from willglynn/code_wrap

<code>/<tt> elements should wrap since they're used inline
This commit is contained in:
Hannah Wolfe 2013-10-26 07:45:26 -07:00
commit bf06c57746

View File

@ -257,7 +257,7 @@ mark {
code, tt { code, tt {
font-family: $font-family-mono; font-family: $font-family-mono;
font-size: 0.85em; font-size: 0.85em;
white-space: pre; white-space: pre-wrap;
background: lighten($lightbrown, 2%); background: lighten($lightbrown, 2%);
border: 1px solid darken($lightbrown, 8%); border: 1px solid darken($lightbrown, 8%);
border-radius: 2px; border-radius: 2px;