From 33a0c818f7194af9b4775cd67353b1b504c9bd2c Mon Sep 17 00:00:00 2001 From: Jordan Wilson Date: Fri, 10 May 2019 13:32:59 +1200 Subject: [PATCH] Added ribbon to html with styling class --- examples/index.html | 9 +++++++++ examples/style.css | 8 ++++++++ examples/wysiwyg.html | 9 +++++++++ 3 files changed, 26 insertions(+) diff --git a/examples/index.html b/examples/index.html index 34ff8f6..31d1a07 100644 --- a/examples/index.html +++ b/examples/index.html @@ -20,6 +20,15 @@ + + Fork me on GitHub + +

inline-markdown-editor

diff --git a/examples/style.css b/examples/style.css index 5e28b0f..b582216 100644 --- a/examples/style.css +++ b/examples/style.css @@ -80,3 +80,11 @@ h1 { .mod-image-select #drop img { width: 100%; } + +/* Styles for fork ribbon */ + +.ribbon { + position: absolute; + top: 0px; + left: 0px; +} diff --git a/examples/wysiwyg.html b/examples/wysiwyg.html index 9e1133f..378c894 100644 --- a/examples/wysiwyg.html +++ b/examples/wysiwyg.html @@ -22,6 +22,15 @@ + + + Fork me on GitHub +