CSS: remove duplicate properties

pull/1/head
Alex Beregszaszi 9 years ago
parent c2a03b92a4
commit 941b9ca2eb
  1. 2
      assets/css/browser-solidity.css
  2. 1
      assets/css/universal-dapp.css

@ -64,7 +64,6 @@ body {
} }
#files .file { #files .file {
display: inline-block;
padding: 0 0.6em; padding: 0 0.6em;
box-sizing: border-box; box-sizing: border-box;
background-color: #F4F6FF; background-color: #F4F6FF;
@ -345,7 +344,6 @@ body {
.sol.error, .sol.error,
.sol.warning { .sol.warning {
border-radius: 0;
word-wrap: break-word; word-wrap: break-word;
cursor: pointer; cursor: pointer;
position: relative; position: relative;

@ -54,7 +54,6 @@
.udapp .title { .udapp .title {
margin-bottom: 0.4em; margin-bottom: 0.4em;
display: inline-block;
padding: 0.2em; padding: 0.2em;
background-color: rgba( 255,255,255,0.5 ); background-color: rgba( 255,255,255,0.5 );
display: block; display: block;

Loading…
Cancel
Save