diff --git a/docs/sphinx/_static/css/phoenix.css b/docs/sphinx/_static/css/phoenix.css index 1fad634e..0086a0f6 100644 --- a/docs/sphinx/_static/css/phoenix.css +++ b/docs/sphinx/_static/css/phoenix.css @@ -723,3 +723,14 @@ tt { .myactive {background-color: rgb(230, 230, 230); background-position: 0 5px;} +p.mybiglink a.mybiglink { + font-size: 1.2em; + color: #355f7c; + text-decoration: none; + +} + +table.contentstable p.mybiglink { + line-height: 150%; +} + diff --git a/docs/sphinx/_templates/layout.html b/docs/sphinx/_templates/layout.html index 68f7af14..76db1973 100644 --- a/docs/sphinx/_templates/layout.html +++ b/docs/sphinx/_templates/layout.html @@ -1,7 +1,7 @@ {% extends "basic/layout.html" %} {%- set render_sidebar = (not embedded) and (not theme_nosidebar|tobool) - and (sidebars != []) and (pagename != 'index') %} + and (sidebars != []) %} {% macro phoenixsidebar() %} {%- if render_sidebar %}{{ sidebar() }}{%- endif %} @@ -30,9 +30,9 @@

{{ _('Navigation') }}