Merge pull request #5583 from ostezer/docs-ui-add-codeblock-scrolling

Introduce x-axe scrolling to code-blocks.
This commit is contained in:
James Turnbull 2014-05-09 10:31:52 +02:00
commit 79dc316a86
1 changed files with 5 additions and 0 deletions

View File

@ -59,6 +59,11 @@ h6,
padding: 0.5em 0.75em !important; padding: 0.5em 0.75em !important;
line-height: 1.8em; line-height: 1.8em;
background: #fff; background: #fff;
overflow-x: auto;
}
#content pre code {
word-wrap: normal;
white-space: pre;
} }
#content blockquote { #content blockquote {
background: #fff; background: #fff;