diff --git a/f5_sphinx_theme/__init__.py b/f5_sphinx_theme/__init__.py index d800b3a..853c68e 100644 --- a/f5_sphinx_theme/__init__.py +++ b/f5_sphinx_theme/__init__.py @@ -15,7 +15,7 @@ import os from os import path -__version__ = "1.0.1" +__version__ = "1.0.2" def get_html_theme_path(): """Return the html theme path for this template library. diff --git a/f5_sphinx_theme/head.html b/f5_sphinx_theme/head.html index 4069ad7..39b649e 100644 --- a/f5_sphinx_theme/head.html +++ b/f5_sphinx_theme/head.html @@ -24,6 +24,7 @@ + {{ metatags }} diff --git a/f5_sphinx_theme/static/css/f5-theme.css b/f5_sphinx_theme/static/css/f5-theme.css index 32b4ec4..fa39717 100644 --- a/f5_sphinx_theme/static/css/f5-theme.css +++ b/f5_sphinx_theme/static/css/f5-theme.css @@ -43,13 +43,13 @@ body { margin-left: 0; } #content.active { - margin-left: 256px; + margin-left: 325px; } } @media (max-width: 1024px) { #content { - margin-left: 256px; + margin-left: 325px; } #content.active { margin-left: 0; @@ -101,15 +101,14 @@ a.headerlink:hover { #sidebar, .section-nav { min-width: 256px; - max-width: 256px; - height: 85vh; + max-width: 325px; max-height: 100vh; transition: all 0.3s; background-color: #e8e8e8; float: left; margin-right: 40px; margin-bottom: 256px; - /*margin-top: 24px;*/ + margin-top: 22px; overflow-x: scroll; overflow-y: scroll; padding: 16px 12px 16px 16px; diff --git a/f5_sphinx_theme/theme.conf b/f5_sphinx_theme/theme.conf index bbb866f..ec01088 100644 --- a/f5_sphinx_theme/theme.conf +++ b/f5_sphinx_theme/theme.conf @@ -1,7 +1,9 @@ [theme] inherit = classic stylesheet = css/bootstrap.min.css +html_last_updated_fmt = ''%Y-%m-%d %I:%M:%S' [options] site_name = CloudDocs Home next_prev_link = False +