fixed vertical height issue in sidebar, added google custom search
This commit is contained in:
parent
0f691c8da9
commit
44f68c1e45
@ -45,15 +45,22 @@ page_title: The Ardour Manual
|
|||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
<div class="row-fluid">
|
<div class="row-fluid">
|
||||||
<div id="tree">
|
<div id="tree">
|
||||||
|
<div id="tree-inner">
|
||||||
<h1 class="title"><a href="/"><img src="/images/logo.png" alt="The Ardour Manual" /></a></h1>
|
<h1 class="title"><a href="/"><img src="/images/logo.png" alt="The Ardour Manual" /></a></h1>
|
||||||
{% tree %}
|
{% tree %}
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<div class="span12" id="content">
|
<div class="span12" id="content">
|
||||||
|
<div id="search">
|
||||||
|
<gcse:search></gcse:search>
|
||||||
|
</div>
|
||||||
|
<div id="content-main">
|
||||||
<h1 class="title">{{ page.title }}</h1>
|
<h1 class="title">{{ page.title }}</h1>
|
||||||
{{ content }}
|
{{ content }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|
||||||
@ -80,5 +87,17 @@ page_title: The Ardour Manual
|
|||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
(function() {
|
||||||
|
var cx = '011950134405426689607:2lg2y9xgf3a';
|
||||||
|
var gcse = document.createElement('script'); gcse.type = 'text/javascript';
|
||||||
|
gcse.async = true;
|
||||||
|
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
|
||||||
|
'//www.google.com/cse/cse.js?cx=' + cx;
|
||||||
|
var s = document.getElementsByTagName('script')[0];
|
||||||
|
s.parentNode.insertBefore(gcse, s);
|
||||||
|
})();
|
||||||
|
</script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
#tree {
|
#tree {
|
||||||
padding: 20px;
|
|
||||||
padding-bottom: 80px;
|
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
@ -11,6 +10,10 @@
|
|||||||
width: 300px;
|
width: 300px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#tree-inner {
|
||||||
|
padding: 15px 20px 30px 30px;
|
||||||
|
}
|
||||||
|
|
||||||
#tree h1.title {
|
#tree h1.title {
|
||||||
font-size: 28px;
|
font-size: 28px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
@ -47,11 +50,20 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#search {
|
||||||
|
height: 70px;
|
||||||
|
}
|
||||||
|
|
||||||
#content {
|
#content {
|
||||||
padding: 70px 30px 30px 360px;
|
padding: 10px 30px 30px 350px;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#content-main {
|
||||||
|
padding-top: 10px;
|
||||||
|
padding-left: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
#content p,
|
#content p,
|
||||||
#content li,
|
#content li,
|
||||||
#content dt,
|
#content dt,
|
||||||
@ -311,6 +323,13 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#gs_tti0 {
|
||||||
|
|
||||||
|
padding-top: 2px;
|
||||||
|
padding-bottom: 0;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user