Skip to content

Commit

Permalink
Fixing visual glitch in WebKit for header background gradient
Browse files Browse the repository at this point in the history
  • Loading branch information
brzaik committed Jul 6, 2012
1 parent 93154bb commit 84053e9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ section.C {

.C-header {
@include border-radius-corners(8px, 8px, 0px, 0px);
@include vertical-gradient(#f3f3f3, #d1d1d1);
display: block;
background: #FFF image-url('layout/C/header_bg.png') bottom left repeat-x;
display: block;
padding: 8px 14px 6px 14px;
padding-bottom: 5px;
border: solid 1px #ababab;
Expand Down

0 comments on commit 84053e9

Please sign in to comment.