Skip to content

Commit

Permalink
GCWU: wrapped IE default-desktop-images in IE classes
Browse files Browse the repository at this point in the history
Might need some  correction once merged to master
  • Loading branch information
nschonni committed Feb 11, 2013
1 parent aea4357 commit 541d9ce
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions src/theme-gcwu-fegc/sass/includes/_default-desktop-images-ie.scss
Expand Up @@ -2,14 +2,17 @@
* Web Experience Toolkit (WET) / Boîte à outils de l'expérience Web (BOEW)
* wet-boew.github.com/wet-boew/License-eng.txt / wet-boew.github.com/wet-boew/Licence-fra.txt
*/
#gcwu-bc { //Should this be wrapped in ie7, ie8 as it is IE specific?
li {
background:url(../images/bcrumb.gif) left center no-repeat;
margin:0 5px 0 0;
padding:0 0 0 11px;
&:first-child {
background-image:none;
padding-left:0;

.ie7, .ie8 {
#gcwu-bc {
li {
background: url(../images/bcrumb.gif) left center no-repeat;
margin: 0 5px 0 0;
padding: 0 0 0 11px;
&:first-child {
background-image: none;
padding-left: 0;
}
}
}
}
}

0 comments on commit 541d9ce

Please sign in to comment.