Skip to content

Commit

Permalink
! Wuthering header fix for oldIE. (Wuthering/extra.css)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nao committed Aug 16, 2014
1 parent 588b05f commit 96ea5ec
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion core/skins/Wuthering/extra.css
Expand Up @@ -50,9 +50,13 @@ $darkgrad = #f3f2f0
#banner
border-radius: $radius
gradient: #c3cfde, #fff
@if ie[-9]
> div
filter: none
@endif

#header
background: linear-gradient(to bottom, #c3cfde, #fff)
gradient: #c3cfde, #fff

#edge
padding: 8px 0 0
Expand Down

0 comments on commit 96ea5ec

Please sign in to comment.