Commit 8c774072 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Replaced official title image with simple text.

Now its easier to customize if needed.
parent 49ed6830
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>JsDuck Generated Documentation</title>
<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" />
@@ -29,7 +29,7 @@
</div>

<div id="header">
    <img style="margin-left: 5px" src="resources/title-ext.png" alt="Ext JS API Documentation" height="49" width="380" />
    <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>
+14 −7
Original line number Diff line number Diff line
@@ -27,14 +27,21 @@ html, body {
    border: 0 none;
}
#header {
/*
   border:0 none;
   background:#1E4176 url(hd-bg.gif) repeat-x 0 0;
   padding-top:3px;
   padding-left:3px;
*/
    height: 44px;
}
#header h1 {
    float: left;
    margin-left: 20px;
    font-size: 20px;
    line-height: 44px;
    color: #444;
    font-weight: normal;
}
#header strong {
    font-weight: bold;
    padding-right: 20px;
}

.docs-header .x-panel-body {
    background:transparent;
}

template/resources/title-ext.png

deleted100644 → 0
−3.74 KiB
Loading image diff...