diff --git a/styles/app/index.styl b/styles/app/index.styl index dc9237e7da..cfbc5cbb6a 100644 --- a/styles/app/index.styl +++ b/styles/app/index.styl @@ -39,18 +39,6 @@ h1 > span { margin-left: 6px; } -#header { - background: #FAFAFA; - background: -moz-linear-gradient(#FAFAFA,#EAEAEA); - background: -webkit-linear-gradient(#FAFAFA,#EAEAEA); - -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa',endColorstr='#eaeaea')"; - position: relative; - z-index: 10; - border-bottom: 1px solid #CACACA; - box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4),0 0 10px rgba(0, 0, 0, 0.1); - padding: 20px; -} - #head { background: #ddd; background: -webkit-gradient(linear,0 0,0 100%,from(#e7e7e7),to(#d0d0d0));