[FIX] expandable code in compiled rippled-apis page; linebreaks in pre>code

This commit is contained in:
mDuo13
2014-09-11 11:58:13 -07:00
parent c9474d8269
commit 7c8d0396a6
3 changed files with 10 additions and 2 deletions

View File

@@ -54,6 +54,10 @@ body .content-root {
margin-top: -50px;
}
.content pre code {
white-space: pre;
}
.menubar {
padding-top: 10px;
}