Remove shadow in viewer. Fixes #142
This commit is contained in:
parent
2ac91d4bcf
commit
a3934b9c60
@ -1,8 +1,9 @@
|
||||
#odf-canvas{
|
||||
position: relative;
|
||||
top: 37px;
|
||||
left: 1px;
|
||||
border:1px solid darkgray;
|
||||
left: 0px;
|
||||
border:1px solid darkgray;
|
||||
border-left:0 none;
|
||||
box-shadow: 0px 4px 10px #000;
|
||||
-moz-box-shadow: 0px 4px 10px #000;
|
||||
-webkit-box-shadow: 0px 4px 10px #000;
|
||||
|
Loading…
x
Reference in New Issue
Block a user