Update documentation
This commit is contained in:
parent
f652d6051d
commit
8d6ef3d4a1
6 changed files with 26 additions and 6 deletions
|
|
@ -158,12 +158,12 @@
|
|||
<div class="navbar-inner">
|
||||
<div class="container">
|
||||
<a class="brand" href="{{ pathto(master_doc) }}">{{ project }} documentation</a>
|
||||
<!--<div class="nav-collapse" id="navigation" class="related">
|
||||
{{ toctree(collapse=True, maxdepth=-1, titles_only=False) }}
|
||||
</div>-->
|
||||
<div class="nav-collapse" id="navigation" class="related">
|
||||
{{ toctree(collapse=True, maxdepth=1, titles_only=False) }}
|
||||
</div>
|
||||
</div>
|
||||
{% include "ribbon.html" %}
|
||||
</div>
|
||||
</div>
|
||||
<div role="main" class="container">
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
:license: BSD, see LICENSE for details.
|
||||
#}
|
||||
{%- if pagename != "search" %}
|
||||
<div id="searchbox" style="display: none" class="well">
|
||||
<!--<div id="searchbox" style="display: none" class="well">
|
||||
<form class="search" action="{{ pathto('search') }}" method="get">
|
||||
<input placeholder="{{ _('Quick search') }}" class="span2" type="text" name="q" style="margin-bottom:0;" />
|
||||
<input class="btn btn-primary" type="submit" value="{{ _('Go') }}" />
|
||||
|
|
@ -17,4 +17,5 @@
|
|||
</form>
|
||||
</div>
|
||||
<script type="text/javascript">$('#searchbox').show(0);</script>
|
||||
-->
|
||||
{%- endif %}
|
||||
|
|
|
|||
|
|
@ -5,3 +5,13 @@ h1, h2, h3, h4, h5, h6{
|
|||
h3{
|
||||
padding: 40px 0 10px;
|
||||
}
|
||||
|
||||
a, a:hover, a:visited{
|
||||
color:#0088CC;
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
.navbar a,
|
||||
.sphinxsidebarwrapper a{
|
||||
text-decoration:none;
|
||||
}
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 9.5 KiB |
|
|
@ -1,6 +1,14 @@
|
|||
/**
|
||||
* Here you write your customizations
|
||||
*/
|
||||
*/
|
||||
body, html {
|
||||
background-color:#CEC7CB;
|
||||
}
|
||||
|
||||
h1,h2,h3,h4,h5,h6, a, a:hover, a:visited{
|
||||
color:#404040;
|
||||
}
|
||||
|
||||
.hero-unit{
|
||||
background-color: transparent;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ PHP FFMpeg documentation
|
|||
|
||||
.. toctree::
|
||||
:hidden:
|
||||
:maxdepth: 4
|
||||
|
||||
Recipes
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue