diff --git a/docs/index.html b/docs/index.html index fde7c1f0..3b2738f8 100644 --- a/docs/index.html +++ b/docs/index.html @@ -12,6 +12,7 @@ } #container { + position: relative; max-width: 800px; margin: auto; padding: 10px; @@ -60,6 +61,13 @@ background-color: rgba(27,31,35,0.05); border-radius: 3px; } + + .github-ribbon { + position: absolute; + top: 0; + right: 0; + border: 0; + }
@@ -71,6 +79,10 @@' + e.message + '
'; }); } - + fetchPage('README.md'); -