aboutsummaryrefslogtreecommitdiff
path: root/contrib/doxygen/header.html
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/doxygen/header.html')
-rw-r--r--contrib/doxygen/header.html45
1 files changed, 13 insertions, 32 deletions
diff --git a/contrib/doxygen/header.html b/contrib/doxygen/header.html
index 7a0adcb09d..e1afe71aee 100644
--- a/contrib/doxygen/header.html
+++ b/contrib/doxygen/header.html
@@ -7,7 +7,6 @@
<meta name="generator" content="Doxygen $doxygenversion"/>
<!--BEGIN PROJECT_NAME--><title>$projectname: $title</title><!--END PROJECT_NAME-->
<!--BEGIN !PROJECT_NAME--><title>$title</title><!--END !PROJECT_NAME-->
-<link href="$relpath^tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="$relpath^jquery.js"></script>
<script type="text/javascript" src="$relpath^dynsections.js"></script>
$treeview
@@ -15,41 +14,23 @@ $search
$mathjax
<link href="$relpath^$stylesheet" rel="stylesheet" type="text/css" />
$extrastylesheet
+<link href="http://fonts.googleapis.com/css?family=Lato:400,700,900" rel="stylesheet">
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<!--BEGIN TITLEAREA-->
-<div id="titlearea">
-<table cellspacing="0" cellpadding="0">
- <tbody>
- <tr style="height: 56px;">
- <!--BEGIN PROJECT_LOGO-->
- <td id="projectlogo"><img alt="Logo" src="$relpath^$projectlogo"/></td>
- <!--END PROJECT_LOGO-->
- <!--BEGIN PROJECT_NAME-->
- <td style="padding-left: 0.5em;">
- <div id="projectname">$projectname
- <!--BEGIN PROJECT_NUMBER-->&#160;<span id="projectnumber">$projectnumber</span><!--END PROJECT_NUMBER-->
- </div>
- <!--BEGIN PROJECT_BRIEF--><div id="projectbrief">$projectbrief</div><!--END PROJECT_BRIEF-->
- </td>
- <!--END PROJECT_NAME-->
- <!--BEGIN !PROJECT_NAME-->
- <!--BEGIN PROJECT_BRIEF-->
- <td style="padding-left: 0.5em;">
- <div id="projectbrief">$projectbrief</div>
- </td>
- <!--END PROJECT_BRIEF-->
- <!--END !PROJECT_NAME-->
- <!--BEGIN DISABLE_INDEX-->
- <!--BEGIN SEARCHENGINE-->
- <td>$searchbox</td>
- <!--END SEARCHENGINE-->
- <!--END DISABLE_INDEX-->
- </tr>
- </tbody>
-</table>
-</div>
+<header class="navbar">
+ <div class="container">
+ <nav class="site-nav">
+ <ul>
+ <li><a href="http://neovim.org/">Neovim Home</a></li>
+ </ul>
+ </nav>
+ <a href="$relpath^index.html">
+ <img src="$relpath^$projectlogo" class="logo" alt="Neovim Dev-Doc">
+ </a>
+ </div>
+</header>
<!--END TITLEAREA-->
<!-- end header part -->