diff --git a/docs/_static/labibi.css b/docs/_static/labibi.css index 8a8e60075dcab01ea74e86ad634218d05f4505dc..649caef38f0f1651ac0951a5427523a212ed4368 100644 --- a/docs/_static/labibi.css +++ b/docs/_static/labibi.css @@ -10,7 +10,7 @@ background: #fefabc; position: fixed; - bottom: 1em; + bottom: 4em; left: 1em; font-size: 60%; text-align: left; diff --git a/docs/templates/page.html b/docs/templates/page.html index 19c6597610159e6c85a337bb5209feb830862c01..4e1e3cb09af86eaa5cd81ee5a0b1e25f2bfdfdd3 100644 --- a/docs/templates/page.html +++ b/docs/templates/page.html @@ -4,7 +4,7 @@ {% set disqus_shortname = 'bedtoolsdocs' %} {# note, currently these must be set... #} -{% set github_base_account = 'ar5qx' %} +{% set github_base_account = 'arq5x' %} {% set github_project = 'bedtools' %} {##################################################} @@ -16,7 +16,7 @@ {# Add plone-derived 'edit me' sticky note #} <div id="editor-trap"> - <h3>Edit this document!</h3> + <h3>Edit and improve this document!</h3> <p> This file can be edited directly through the Web. Anyone can @@ -28,7 +28,7 @@ <li> Go to - <a href="https://github.com/{{ github_base_account }}/{{ github_project }}/blob/master/{{ pagename }}.rst"> + <a href="https://github.com/{{ github_base_account }}/{{ github_project }}/blob/master/docs/{{ pagename }}.rst"> {{ title }} </a> on GitHub. </li>