Commit 452e1586 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Replaced Sencha links in header with JsDuck link.

Plus some cleanup in index.html - moved more styles to stylesheet.
parent 14064c3b
Loading
Loading
Loading
Loading
+4 −8
Original line number Diff line number Diff line
@@ -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>
@@ -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" />
@@ -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>
@@ -45,5 +40,6 @@
    <option>Ends with</option>
    <option>Any Match</option>
</select>

</body>
</html>
+5 −0
Original line number Diff line number Diff line
@@ -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;