Merge pull request #111 from singingwolfboy/code-nowrap
Prevent <code> blocks from wrapping lines
This commit is contained in:
commit
0a87bdb15b
File diff suppressed because one or more lines are too long
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue