diff --git a/docs/_static/scrolls.css b/docs/_static/scrolls.css index 0076c32e4..e6d0a12dc 100644 --- a/docs/_static/scrolls.css +++ b/docs/_static/scrolls.css @@ -86,7 +86,7 @@ h1.heading:hover { } h1.heading a { - background: url(mlr.jpg) no-repeat center 0; + background: url(top.png) no-repeat center 0; background-color: #808080; display: block; width: 100%; diff --git a/docs/_static/top.png b/docs/_static/top.png new file mode 100644 index 000000000..f1387d1ee Binary files /dev/null and b/docs/_static/top.png differ diff --git a/docs6/_static/scrolls.css b/docs6/_static/scrolls.css index 0076c32e4..e6d0a12dc 100644 --- a/docs6/_static/scrolls.css +++ b/docs6/_static/scrolls.css @@ -86,7 +86,7 @@ h1.heading:hover { } h1.heading a { - background: url(mlr.jpg) no-repeat center 0; + background: url(top.png) no-repeat center 0; background-color: #808080; display: block; width: 100%; diff --git a/docs6/_static/top.png b/docs6/_static/top.png new file mode 100644 index 000000000..f1387d1ee Binary files /dev/null and b/docs6/_static/top.png differ