Prevent <code> blocks from wrapping lines

This commit is contained in:
David Baumgold 2016-07-22 11:32:22 -04:00
parent 80168c8914
commit 032c5be631
1 changed files with 6 additions and 2 deletions

View File

@ -47,6 +47,10 @@ blockquote {
margin: 15px 0 15px 30px; margin: 15px 0 15px 30px;
} }
code {
white-space: nowrap;
}
nav.navbar-static-top { nav.navbar-static-top {
margin-bottom: 0; margin-bottom: 0;
} }
@ -438,13 +442,13 @@ div.badges {
text-align: center; text-align: center;
vertical-align: top; vertical-align: top;
font-size: 0; font-size: 0;
li { li {
vertical-align: top; vertical-align: top;
display: table-cell; display: table-cell;
margin: 0; margin: 0;
padding: 0 10px; padding: 0 10px;
img { img {
height: 28px; height: 28px;
margin: 0; margin: 0;