New extension pattern
This commit is contained in:
parent
a7a5defbc7
commit
55b1250279
@ -356,6 +356,10 @@ div.dropdown-menu i {
|
||||
background-position: -384px -168px;
|
||||
}
|
||||
|
||||
.icon-stat {
|
||||
background-position: -1px -168px;
|
||||
}
|
||||
|
||||
.icon-numbered-list {
|
||||
background-position: -408px -168px;
|
||||
}
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 39 KiB |
@ -6,6 +6,7 @@ define( [
|
||||
"extensions/button-sync",
|
||||
"extensions/button-publish",
|
||||
"extensions/button-share",
|
||||
"extensions/button-stat",
|
||||
"extensions/document-selector",
|
||||
"extensions/document-title",
|
||||
"extensions/manage-publication",
|
||||
|
@ -17,13 +17,13 @@ define([
|
||||
'</button>',
|
||||
'<div id="link-container" class="dropdown-menu pull-right">',
|
||||
'<div class="link-list"></div>',
|
||||
'<p class="no-link">To share this document you need first to <a',
|
||||
'href="#" class="action-publish-gist">publish it as a Gist</a> in',
|
||||
'Markdown format.',
|
||||
'<p class="no-link">To share this document you need first to ',
|
||||
'<a href="#" class="action-publish-gist">publish it as a Gist</a>',
|
||||
' in Markdown format.',
|
||||
'</p>',
|
||||
'<blockquote class="muted">',
|
||||
'<b>NOTE:</b> You can open any URL within StackEdit using <a',
|
||||
'href="viewer.html?url=https://raw.github.com/benweet/stackedit/master/README.md"',
|
||||
'<b>NOTE:</b> You can open any URL within StackEdit using ',
|
||||
'<a href="viewer.html?url=https://raw.github.com/benweet/stackedit/master/README.md"',
|
||||
'title="Sharing example">viewer.html?url=...</a>',
|
||||
'</blockquote>',
|
||||
'</div>'].join("")
|
||||
|
Loading…
Reference in New Issue
Block a user