From fd9f44413301b5ba186f61db06b8ddfa1336a983 Mon Sep 17 00:00:00 2001 From: Tony Brix Date: Thu, 22 Mar 2018 14:22:57 -0500 Subject: [PATCH] add github ribbon --- docs/index.html | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/docs/index.html b/docs/index.html index fde7c1f061..3b2738f88f 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 @@

Marked.js Documentation

+ + Fork me on GitHub + +
@@ -102,8 +114,8 @@

Marked.js Documentation

+ '

' + e.message + '

'; }); } - + fetchPage('README.md'); - \ No newline at end of file +