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
ed074138
Commit
ed074138
authored
Oct 10, 2016
by
chriseth
Committed by
GitHub
Oct 10, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #260 from ethereum/css-fixes
Css fixes
parents
dbbd2b9d
346eb589
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
browser-solidity.css
assets/css/browser-solidity.css
+2
-2
styles.css
assets/css/styles.css
+3
-3
universal-dapp.css
assets/css/universal-dapp.css
+1
-1
No files found.
assets/css/browser-solidity.css
View file @
ed074138
body
{
padding
:
0
px
;
padding
:
0
;
font-size
:
12px
;
color
:
#111111
;
font-weight
:
normal
;
...
...
@@ -142,7 +142,7 @@ body {
width
:
37em
;
max-width
:
80vw
;
right
:
0
;
bottom
:
0
px
;
bottom
:
0
;
overflow
:
auto
;
box-sizing
:
border-box
;
}
...
...
assets/css/styles.css
View file @
ed074138
...
...
@@ -157,9 +157,9 @@ header ul a:hover {
}
header
ul
a
:active
{
-webkit-box-shadow
:
inset
0
px
2px
2px
0px
#ddd
;
-moz-box-shadow
:
inset
0
px
2px
2px
0px
#ddd
;
box-shadow
:
inset
0
px
2px
2px
0px
#ddd
;
-webkit-box-shadow
:
inset
0
2px
2px
0
#ddd
;
-moz-box-shadow
:
inset
0
2px
2px
0
#ddd
;
box-shadow
:
inset
0
2px
2px
0
#ddd
;
}
strong
{
...
...
assets/css/universal-dapp.css
View file @
ed074138
...
...
@@ -36,7 +36,7 @@
.udapp-setup
button
{
background-color
:
#556DF3
;
border-
button
:
#556DF3
;
border-
color
:
#556DF3
;
color
:
white
;
cursor
:
pointer
;
}
...
...
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