Merge pull request #1123 from mainerror/docs_overflow_auto

Documentation highlight boxes shouldn't show scrollbars if not necessary. Fixes #1122.
This commit is contained in:
Parker Moore
2013-05-18 05:07:27 -07:00

View File

@@ -538,7 +538,7 @@ pre, code {
.highlight {
padding: 10px 0;
width: 100%;
overflow: scroll;
overflow: auto;
}
/* HTML Elements */