Loading template/index.html +4 −8 Original line number Diff line number Diff line Loading @@ -2,17 +2,13 @@ <html lang="en" xmlns:ext="http://www.sencha.com/docs"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Your API Documentation</title> <link rel="stylesheet" type="text/css" href="resources/css/ext-all.css" /> <link rel="stylesheet" type="text/css" href="resources/css/xtheme-gray.css" /> <link rel="stylesheet" type="text/css" href="resources/docs.css" /> <link rel="stylesheet" type="text/css" href="resources/style.css" /> <link rel="shortcut icon" href="resources/favicon.ico" /> <link rel="icon" href="resources/favicon.ico" /> <style type="text/css"></style> <!-- GC --> <script type="text/javascript" src="resources/ext-base.js"></script> <script type="text/javascript" src="resources/ext-all.js"></script> <script type="text/javascript" src="resources/TabCloseMenu.js"></script> Loading @@ -20,7 +16,9 @@ <script type="text/javascript" src="output/tree.js"></script> </head> <body scroll="no" id="docs"> <div id="loading-mask"></div> <div id="loading"> <div class="loading-indicator"> <img src="resources/extanim32.gif" width="32" height="32" style="margin-right:8px;" align="absmiddle" /> Loading @@ -30,10 +28,7 @@ <div id="header"> <h1><strong>JsDuck</strong> Your API Documentation</h1> <div style="float:right; margin-top: 15px;margin-right: 10px;color: #CCC"> <a href="http://dev.sencha.com/deploy/dev/examples/" style="padding:5px">examples</a> | <a href="http://www.sencha.com/" style="padding:5px">sencha.com</a> </div> <p><a href="https://github.com/nene/jsduck">about JsDuck</a></p> </div> <div id="classes"></div> Loading @@ -45,5 +40,6 @@ <option>Ends with</option> <option>Any Match</option> </select> </body> </html> template/resources/docs.css +5 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,11 @@ html, body { font-weight: bold; padding-right: 20px; } #header p { float: right; margin: 15px 15px 0 0; color: #ccc; } .docs-header .x-panel-body { background:transparent; Loading Loading
template/index.html +4 −8 Original line number Diff line number Diff line Loading @@ -2,17 +2,13 @@ <html lang="en" xmlns:ext="http://www.sencha.com/docs"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Your API Documentation</title> <link rel="stylesheet" type="text/css" href="resources/css/ext-all.css" /> <link rel="stylesheet" type="text/css" href="resources/css/xtheme-gray.css" /> <link rel="stylesheet" type="text/css" href="resources/docs.css" /> <link rel="stylesheet" type="text/css" href="resources/style.css" /> <link rel="shortcut icon" href="resources/favicon.ico" /> <link rel="icon" href="resources/favicon.ico" /> <style type="text/css"></style> <!-- GC --> <script type="text/javascript" src="resources/ext-base.js"></script> <script type="text/javascript" src="resources/ext-all.js"></script> <script type="text/javascript" src="resources/TabCloseMenu.js"></script> Loading @@ -20,7 +16,9 @@ <script type="text/javascript" src="output/tree.js"></script> </head> <body scroll="no" id="docs"> <div id="loading-mask"></div> <div id="loading"> <div class="loading-indicator"> <img src="resources/extanim32.gif" width="32" height="32" style="margin-right:8px;" align="absmiddle" /> Loading @@ -30,10 +28,7 @@ <div id="header"> <h1><strong>JsDuck</strong> Your API Documentation</h1> <div style="float:right; margin-top: 15px;margin-right: 10px;color: #CCC"> <a href="http://dev.sencha.com/deploy/dev/examples/" style="padding:5px">examples</a> | <a href="http://www.sencha.com/" style="padding:5px">sencha.com</a> </div> <p><a href="https://github.com/nene/jsduck">about JsDuck</a></p> </div> <div id="classes"></div> Loading @@ -45,5 +40,6 @@ <option>Ends with</option> <option>Any Match</option> </select> </body> </html>
template/resources/docs.css +5 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,11 @@ html, body { font-weight: bold; padding-right: 20px; } #header p { float: right; margin: 15px 15px 0 0; color: #ccc; } .docs-header .x-panel-body { background:transparent; Loading