Commit 941b9ca2 authored by Alex Beregszaszi's avatar Alex Beregszaszi

CSS: remove duplicate properties

parent c2a03b92
...@@ -64,7 +64,6 @@ body { ...@@ -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 { ...@@ -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 @@ ...@@ -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;
......
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