Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
20a61de3
Commit
20a61de3
authored
Oct 08, 2015
by
d11e9
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
start tidying header
parent
e17ef151
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
7 deletions
+5
-7
index.html
index.html
+5
-5
browser-solidity.css
stylesheets/browser-solidity.css
+0
-2
No files found.
index.html
View file @
20a61de3
...
...
@@ -63,12 +63,12 @@ THE SOFTWARE.
<div
id=
"righthand-panel"
>
<div
id=
"header"
>
<img
id=
"solIcon"
src=
"solidity.svg"
>
<h1>
Solidity realtime
<br/>
compiler and runtime
</h1>
<div
class=
"info"
>
<p>
Version:
<span
id=
"version"
>
(loading)
</span><br/>
Change to:
<select
id=
"versionSelector"
></select><br/>
<button
id=
"gist"
>
Share
</button>
<code>
tx.origin =
<span
id=
"txorigin"
/></code></p>
<p>
Version:
<span
id=
"version"
>
(loading)
</span><br/>
Change to:
<select
id=
"versionSelector"
></select>
<button
id=
"gist"
title=
"Share files to a github gist"
>
Share gist
</button><br/>
<code>
tx.origin =
<span
id=
"txorigin"
/></code>
</p>
</div>
<div
id=
"optimizeBox"
>
<label
for=
"editorWrap"
><input
id=
"editorWrap"
type=
"checkbox"
>
Text Wrap
</label>
...
...
stylesheets/browser-solidity.css
View file @
20a61de3
...
...
@@ -119,8 +119,6 @@ body {
margin-top
:
0
;
}
#header
.info
{
clear
:
left
;
}
#header
#solIcon
{
float
:
left
;
height
:
5em
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment