Merge pull request #111 from singingwolfboy/code-nowrap

Prevent <code> blocks from wrapping lines
This commit is contained in:
Joseph Nix 2018-01-17 17:50:31 -06:00 committed by GitHub
commit 0a87bdb15b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

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