Don't line-break <code> tags

(imported from commit 35be9fe8c70d3e233708bb7ffdb5ce91eca75c77)
This commit is contained in:
Keegan McAllister 2012-10-19 13:37:42 -04:00
parent b62bb021e7
commit 4c269c4f7f
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@ body {
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
code {
white-space: nowrap;
}
.sidebar-nav {
background-color: white;
padding: 0.5em;