Skip to content

Commit

Permalink
logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Spelta committed Oct 3, 2016
1 parent 4e3d5bd commit 824b5b6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 17 deletions.
14 changes: 7 additions & 7 deletions source/_themes/architech/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

{%- block doctype -%}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
{%- endblock %}
{%- set reldelim1 = reldelim1 is not defined and ' &raquo;' or reldelim1 %}
{%- set reldelim2 = reldelim2 is not defined and ' |' or reldelim2 %}
Expand All @@ -33,11 +33,11 @@
{%- macro script() %}
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '{{ url_root }}',
VERSION: '{{ release|e }}',
URL_ROOT: '{{ url_root }}',
VERSION: '{{ release|e }}',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '{{ '' if no_search_suffix else file_suffix }}',
HAS_SOURCE: {{ has_source|lower }}
HAS_SOURCE: {{ has_source|lower }}
};
</script>
{%- for scriptfile in script_files %}
Expand Down Expand Up @@ -106,7 +106,7 @@
<div class="navbar-inner">
<div class="container">
<!--<a class="brand" href="#"><img src={{ pathto("_static/architechlogo.png",1) }} /></a>-->
<a class="brand" href="http://www.silica.com/architech">ArchiTech</a>
<a class="brand" href="http://www.silica.com">Avnet Silica</a>
<ul class="nav pull-left">
{%- for rellink in rellinks %}
<li><a href="{{ pathto(rellink[0]) }}" title="{{ rellink[1]|striptags|e }}">{{ rellink[3] }}</a>
Expand All @@ -128,8 +128,8 @@
<div class="span3">
<div class="well affix" style="width:180px">
<!--<div class="well sidebar-nav" data-spy="affix" daga-offset-rop="200">-->
<a href="http://www.silica.com/architech"><img style="padding-bottom: 20px" src={{ pathto("_static/architechlogo.png",1) }} /></a>
<h3><a href="{{ pathto(master_doc) }}">{{ _('Table Of Contents') }}</a></h3>
<a href="http://www.silica.com"><img style="padding-bottom: 20px" src={{ pathto("_static/architechlogo.png",1) }} /></a>
<h3><a href="{{ pathto(master_doc) }}">{{ _('Introduction and contents') }}</a></h3>
{{ toctree() }}
</div>
</div>
Expand Down
11 changes: 1 addition & 10 deletions source/_themes/architech/static/architech.css
Original file line number Diff line number Diff line change
Expand Up @@ -212,15 +212,6 @@ a:focus {
color: #005580;
text-decoration: underline;
}
.rst-versions.rst-badge,
.rst-current-version {
width: auto;
height: 30px;
line-height: 30px;
padding: 0px 6px;
display: none;
text-align: center;
}
.img-rounded {
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
Expand Down Expand Up @@ -5214,7 +5205,7 @@ a.badge:focus {
visibility: hidden;
}
.affix {
position: relative;
position: fixed;
}
body {
padding-top: 60px;
Expand Down
Binary file modified source/_themes/architech/static/architechlogo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 824b5b6

Please sign in to comment.