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 +