Fix shadowy border thing on edit screen

This commit is contained in:
Jason 2015-03-23 18:51:51 -05:00
parent 00d5972cac
commit 7a2d978d4a
2 changed files with 0 additions and 4 deletions

View File

@ -44,8 +44,6 @@
top: 0; top: 0;
padding: 15px; padding: 15px;
border-right: 1px dashed #AAA; border-right: 1px dashed #AAA;
}
.notmac #header {
-webkit-box-shadow: 0 0 50px -18px black; -webkit-box-shadow: 0 0 50px -18px black;
} }
#sections { #sections {

View File

@ -20,8 +20,6 @@
top: 0; top: 0;
padding: 15px; padding: 15px;
border-right: 1px dashed #AAA; border-right: 1px dashed #AAA;
}
#header {
-webkit-box-shadow: 0 0 50px -18px black; -webkit-box-shadow: 0 0 50px -18px black;
} }
#installed { #installed {