diff --git a/cache.manifest b/cache.manifest index dee1fa1f..91b66ca0 100644 --- a/cache.manifest +++ b/cache.manifest @@ -1 +1 @@ -CACHE MANIFEST # v27 CACHE: index.html viewer.html css/main-min.css js/main-min.js js/require.js img/ajax-loader.gif img/glyphicons-halflings.png img/glyphicons-halflings-white.png img/icons.png img/stackedit-32.ico img/stackedit-promo.png NETWORK: * \ No newline at end of file +CACHE MANIFEST # v28 CACHE: index.html viewer.html css/main-min.css js/main-min.js js/require.js img/ajax-loader.gif img/glyphicons-halflings.png img/glyphicons-halflings-white.png img/icons.png img/stackedit-32.ico img/stackedit-promo.png NETWORK: * \ No newline at end of file diff --git a/css/main-min.css b/css/main-min.css index b607ee11..86bd7217 100644 --- a/css/main-min.css +++ b/css/main-min.css @@ -5556,6 +5556,9 @@ div.dropdown-menu blockquote { div.dropdown-menu i { margin-right: 0; } +#link-container { + min-width: 210px; +} #link-container .link-list { margin-top: 10px; } diff --git a/css/main.css b/css/main.css index da4aca9f..2a1df0a4 100644 --- a/css/main.css +++ b/css/main.css @@ -264,6 +264,10 @@ div.dropdown-menu i { margin-right: 0; } +#link-container { + min-width: 210px; +} + #link-container .link-list { margin-top: 10px; } diff --git a/index.html b/index.html index 39b7db4d..d927bf09 100644 --- a/index.html +++ b/index.html @@ -44,10 +44,15 @@
To share this document you need first to publish it as a - Gist in Markdown format. +
To share this document you need first to publish it as a Gist in + Markdown format.
++ NOTE: You can open any URL within StackEdit using viewer.html?url=... +
t |