Skip to content

Commit

Permalink
Use placeholder for Intranet default-ie7
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Jan 16, 2013
1 parent 0f1c493 commit 27ae43e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/theme-gcwu-intranet/sass/includes/_default-ie7.scss
Expand Up @@ -3,6 +3,9 @@
* wet-boew.github.com/wet-boew/License-eng.txt / wet-boew.github.com/wet-boew/Licence-fra.txt
*/
.ie7 {
[id|="wb-body"] {
@extend %intranet-default-ie7-background-none;
}
#gcwu-title-in {
position: static !important;
a {
Expand All @@ -21,9 +24,12 @@
border-left: expression(this.previousSibling == null ? 'none' : '-' );
}
}
[id|="wb-body"], #wb-head-in {
%intranet-default-ie7-background-none {
background: none;
}
#wb-head-in {
@extend %intranet-default-ie7-background-none;
}
#gcwu-sft-in {
background: transparent url(../images/gcwu-sft-in.png) no-repeat right bottom;
}
Expand Down

0 comments on commit 27ae43e

Please sign in to comment.