+
@@ -69,7 +69,7 @@
diff --git a/xreadthedocs/css/theme_extra.css b/xreadthedocs/css/theme_extra.css
index 046cf33..24a4280 100644
--- a/xreadthedocs/css/theme_extra.css
+++ b/xreadthedocs/css/theme_extra.css
@@ -179,3 +179,23 @@ div.builtwith a {
bottom: -6px;
margin-right: 8px;
}
+
+div.logo {
+ text-align: center;
+ padding: 10px;
+}
+
+div.logo img {
+ width: 236px;
+}
+
+nav.wy-nav-top img {
+ height: auto;
+ width: auto;
+ background-color: transparent;
+ border-radius: 0;
+}
+
+nav.wy-nav-top i {
+ font-size: 60px;
+}
diff --git a/xreadthedocs/img/favicon.ico b/xreadthedocs/img/favicon.ico
deleted file mode 100644
index e85006a..0000000
Binary files a/xreadthedocs/img/favicon.ico and /dev/null differ
--
cgit v1.2.3