vendor/assets/stylesheets/ey-theme-base.css.sass in engineyard-theme-2.3.0 vs vendor/assets/stylesheets/ey-theme-base.css.sass in engineyard-theme-2.3.1
- old
+ new
@@ -264,21 +264,19 @@
/////////////////
// Base Layout //
/////////////////
header, div.header
+ @include grey_gradient
+ @include shadow
padding: 0 20px
display: block
position: relative
- background: -webkit-gradient(linear, left top, left bottom, from(#ebe9e9), to(#d2d0d0))
- background: -moz-linear-gradient(top, #ebe9e9, #d2d0d0)
- -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ebe9e9, endColorstr=#d2d0d0)"
-moz-border-radius-bottomleft: 6px
-moz-border-radius-bottomright: 6px
-webkit-border-bottom-left-radius: 6px
-webkit-border-bottom-right-radius: 6px
- @include shadow
border: solid #a6a39f
border-width: 0 0 1px 0
min-height: 72px
color: #444656
h1
@@ -305,18 +303,16 @@
margin: 0
li
display: inline-block
margin-left: 10px
#utility
+ @include blue_gradient
position: absolute
cursor: default
right: 45px
color: #fff
text-shadow: 0 1px 0 #000
padding: 2px 20px
- background: -moz-linear-gradient(center top , #68A9C5 0pt, #518AB0 100%) repeat scroll 0 0 transparent
- background: -webkit-gradient(linear, left top, right bottom, color-stop(0, #68A9C5), color-stop(1, #518AB0))
- -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#68A9C5, endColorstr=#518AB0)"
border: solid #3b5a75
-moz-border-radius: 0pt 0pt 2px 2px
-webkit-border-radius: 0pt 0pt 2px 2px
border-radius: 0pt 0pt 2px 2px
border-width: 0pt 1px 1px