Merge pull request #48 from willglynn/code_wrapping

<code>/<tt> elements should wrap since they're used inline
This commit is contained in:
Hannah Wolfe 2013-10-26 09:19:10 -07:00
commit fec0cc6ca6
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ code, tt {
padding: 1px 3px;
font-family: Inconsolata, monospace, sans-serif;
font-size: 0.85em;
white-space: pre;
white-space: pre-wrap;
border: 1px solid #E3EDF3;
background: #F7FAFB;
border-radius: 2px;