diff --git a/index.html b/index.html index d5ebf9c9e2..d27e22710f 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ -Solidity realtime compiler +Solidity realtime compiler and runtime @@ -45,18 +45,23 @@ body { .col2 { width: 60ex; } +.runButton { + width: 30ex; + text-align: left; + overflow: hidden; +} + -

Solidity realtime compiler

-Source code on the left, compiled code and AST on the right (or error).
-Note: Chrome/Chromium currently reports "Uncaught JavaScript Exception". -To work around this problem, enable the debug console (Ctrl+Shift+i) and reload.
-Version: (loading) +

Solidity realtime compiler and runtime

+Version: (loading)
+Note: If Chrome/Chromium reports "Uncaught JavaScript Exception", +enable the debug console (Ctrl+Shift+i) and reload.
@@ -132,12 +137,14 @@ Version: (loading)

Theme by orderedlist