diff --git a/assets/css/browser-solidity.css b/assets/css/browser-solidity.css index 2ef783a1cf..3d6e5dafa1 100644 --- a/assets/css/browser-solidity.css +++ b/assets/css/browser-solidity.css @@ -158,6 +158,15 @@ body { 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 { display: none; } diff --git a/index.html b/index.html index 5def09197f..3864e81d01 100644 --- a/index.html +++ b/index.html @@ -96,7 +96,8 @@ THE SOFTWARE.
Publish all open files to an anonymous github gist.
+You can also load a gist by adding the following #gist=GIST_ID to your url, where GIST_ID is the id of the gist to load.