Loading template/app/Syntax.js +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ Ext.define("Docs.Syntax", { pre.addCls("prettyprint"); } } else if (!pre.parent(".CodeMirror")) { else if (!pre.parent(".CodeMirror") && !pre.hasCls("hierarchy")) { // For normal pre-s add "notpretty" class so they can be // distinguished in CSS from any other <pre> element // that might appear on page. Loading template/resources/sass/_class_overview.scss +1 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ float: right; clear: right; margin: 0 0 10px 60px; color: $docs-text-color; font-size: 12px; } .hierarchy { h4 { Loading Loading
template/app/Syntax.js +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ Ext.define("Docs.Syntax", { pre.addCls("prettyprint"); } } else if (!pre.parent(".CodeMirror")) { else if (!pre.parent(".CodeMirror") && !pre.hasCls("hierarchy")) { // For normal pre-s add "notpretty" class so they can be // distinguished in CSS from any other <pre> element // that might appear on page. Loading
template/resources/sass/_class_overview.scss +1 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ float: right; clear: right; margin: 0 0 10px 60px; color: $docs-text-color; font-size: 12px; } .hierarchy { h4 { Loading