add gist loading documentation

pull/1/head
d11e9 9 years ago
parent 83fb09b810
commit 1c67c2d128
  1. 9
      assets/css/browser-solidity.css
  2. 3
      index.html

@ -158,6 +158,15 @@ body {
border-radius: 3px; border-radius: 3px;
} }
#header #optionViews .pre {
word-wrap: break-word;
background-color: #ccc;
font-family: monospace;
border-radius: 3px;
display: inline-block;
padding: 0 0.6em;
}
#header #optionViews .hide { #header #optionViews .hide {
display: none; display: none;
} }

@ -96,7 +96,8 @@ THE SOFTWARE.
</div> </div>
</div> </div>
<div id="publishView"> <div id="publishView">
<div class="row"><button id="gist" title="Publish all files as public gist on github.com"><i class="fa fa-github"></i> Publish Gist</button> Publish all open files to an anonymous github gist.</div> <p><button id="gist" title="Publish all files as public gist on github.com"><i class="fa fa-github"></i> Publish Gist</button> Publish all open files to an anonymous github gist.</p>
<p>You can also load a gist by adding the following <span class="pre">#gist=GIST_ID</span> to your url, where GIST_ID is the id of the gist to load.</p>
</div> </div>
<div id="envView"> <div id="envView">
<span id="executionContext"> <span id="executionContext">

Loading…
Cancel
Save