diff --git a/akka-docs/_sphinx/static/logo.png b/akka-docs/_sphinx/static/logo.png
index a6bc9c3b98..558dfed6eb 100644
Binary files a/akka-docs/_sphinx/static/logo.png and b/akka-docs/_sphinx/static/logo.png differ
diff --git a/akka-docs/_sphinx/themes/akka/layout.html b/akka-docs/_sphinx/themes/akka/layout.html
index db443c3fe5..15d7a9b951 100644
--- a/akka-docs/_sphinx/themes/akka/layout.html
+++ b/akka-docs/_sphinx/themes/akka/layout.html
@@ -38,11 +38,11 @@
{%- else %}
{%- if logo -%}
-
+
{%- endif -%}
-
- {{ title|striptags|e }}
+
+ Version {{ version|e }}
{%- endif %}
{%- endblock %}
diff --git a/akka-docs/_sphinx/themes/akka/static/akka.css_t b/akka-docs/_sphinx/themes/akka/static/akka.css_t
index f05e86bb6a..146ba31623 100644
--- a/akka-docs/_sphinx/themes/akka/static/akka.css_t
+++ b/akka-docs/_sphinx/themes/akka/static/akka.css_t
@@ -112,13 +112,16 @@ div.header h2 {
font-size: 1.3em;
font-weight: normal;
letter-spacing: 1px;
- text-transform: uppercase;
- color: #aaa;
+ color: {{ theme_headingcolor }};
border: 0;
margin-top: -3px;
padding: 0;
}
+div.header img.leftlogo {
+ float: left;
+}
+
div.header img.rightlogo {
float: right;
}
diff --git a/akka-docs/conf.py b/akka-docs/conf.py
index 712a3d10c8..f6a0c67069 100644
--- a/akka-docs/conf.py
+++ b/akka-docs/conf.py
@@ -28,9 +28,6 @@ show_authors = True
# -- Options for HTML output ---------------------------------------------------
html_theme = 'akka'
-html_theme_options = {
- 'full_logo': 'true'
- }
html_theme_path = ['_sphinx/themes']
html_title = 'Akka Documentation'