Commit ed074138 authored by chriseth's avatar chriseth Committed by GitHub

Merge pull request #260 from ethereum/css-fixes

Css fixes
parents dbbd2b9d 346eb589
body { body {
padding: 0px; padding: 0;
font-size: 12px; font-size: 12px;
color: #111111; color: #111111;
font-weight: normal; font-weight: normal;
...@@ -142,7 +142,7 @@ body { ...@@ -142,7 +142,7 @@ body {
width: 37em; width: 37em;
max-width: 80vw; max-width: 80vw;
right: 0; right: 0;
bottom: 0px; bottom: 0;
overflow: auto; overflow: auto;
box-sizing: border-box; box-sizing: border-box;
} }
......
...@@ -157,9 +157,9 @@ header ul a:hover { ...@@ -157,9 +157,9 @@ header ul a:hover {
} }
header ul a:active { header ul a:active {
-webkit-box-shadow: inset 0px 2px 2px 0px #ddd; -webkit-box-shadow: inset 0 2px 2px 0 #ddd;
-moz-box-shadow: inset 0px 2px 2px 0px #ddd; -moz-box-shadow: inset 0 2px 2px 0 #ddd;
box-shadow: inset 0px 2px 2px 0px #ddd; box-shadow: inset 0 2px 2px 0 #ddd;
} }
strong { strong {
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
.udapp-setup button { .udapp-setup button {
background-color: #556DF3; background-color: #556DF3;
border-button: #556DF3; border-color: #556DF3;
color: white; color: white;
cursor: pointer; cursor: pointer;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment