Skip to content

Commit

Permalink
Merge pull request #105 from spotify/lynn/docs-css-updates
Browse files Browse the repository at this point in the history
[docs] Small CSS updates
  • Loading branch information
econchick authored Oct 22, 2020
2 parents 2df3c9a + 5ffc504 commit 86e5de0
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 deletions.
7 changes: 7 additions & 0 deletions docs/src/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,10 @@ blockquote p {
i.fa-github-square::before {
color: #f8f9fa;
}

.logo {
height: 75% !important;
}
body {
font-family: "Helvetica Neue" !important;
}
2 changes: 1 addition & 1 deletion docs/src/_static/images/book-open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/src/_static/images/code.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/src/_static/images/play.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/src/_static/images/terminal.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions docs/src/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
<div class="row">
{%- endif %}
{%- if meta is defined and meta is not none and 'nosidebar' in meta %}
<div class="col-12 col-md-3"></div>
{%- else %}
{% block docs_sidebar %}
<div class="col-12 col-md-3 bd-sidebar">
Expand All @@ -57,16 +58,16 @@
{% endblock %}
{%- endif %}

<div class="d-none d-xl-block col-xl-2 bd-toc">
{%- if meta is defined and meta is not none and 'nodocstoc' in meta %}
{%- else %}
{% block docs_toc %}
<div class="d-none d-xl-block col-xl-2 bd-toc">
{% if not (meta is not none and 'notoc' in meta) %}
{%- include "docs-toc.html" %}
{% endif %}
</div>
{% endblock %}
{%- endif %}
</div>

{% block docs_main %}
<main class="col-12 col-md-9 col-xl-7 py-md-5 pl-md-5 pr-md-4 bd-content" role="main">
Expand Down

0 comments on commit 86e5de0

Please sign in to comment.