Skip to content

Commit 652af70

Browse files
committed
Updated: Removed search and restyled sidebar. Code blocks now in lightgray background
1 parent 44b3c7d commit 652af70

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/theme/deis/layout.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@
7272
</div>
7373

7474

75-
<div class="span3 docs-sidebar hoop">
76-
{%- include "searchbox.html" %}
75+
<div class="span2 offset1 docs-sidebar hoop">
76+
7777
{{ toctree(collapse=False, maxdepth=3) }}
7878
</div>
7979

docs/theme/deis/searchbox.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
#}
1010
{%- if pagename != "search" %}
1111
<div id="searchbox" style="display: none">
12-
<h3>{{ _('Search') }}</h3>
12+
<!-- <h3>{{ _('Search') }}</h3> -->
1313
<form class="search" action="{{ pathto('search') }}" method="get">
1414
<input type="text" name="q" />
15-
<input type="submit" value="{{ _('Go') }}" />
15+
<input type="submit" value="{{ _('Go') }}" style="display:none;" />
1616
<input type="hidden" name="check_keywords" value="yes" />
1717
<input type="hidden" name="area" value="default" />
1818
</form>
1919
<p class="searchtip" style="font-size: 90%">
20-
{{ _('Enter search terms or a module, class or function name.') }}
20+
<!-- {{ _('Enter search terms or a module, class or function name.') }} -->
2121
</p>
2222
</div>
2323
<script type="text/javascript">$('#searchbox').show(0);</script>

web/static/css/main.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)