Fix 0px -> 0 in css

pull/1/head
Alex Beregszaszi 8 years ago
parent 637066057c
commit 8b3637015a
  1. 4
      assets/css/browser-solidity.css
  2. 6
      assets/css/styles.css

@ -1,5 +1,5 @@
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 {
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 {
} }
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 {

Loading…
Cancel
Save