Skip to content

Commit

Permalink
Fixed GCWU intranet theme sub-site name display in IE7.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Jackson authored and Paul Jackson committed Jan 22, 2013
1 parent 6e58bd8 commit 2669913
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/theme-gcwu-intranet/sass/includes/_default-ie.scss
Expand Up @@ -18,7 +18,6 @@
#gcwu-subsite {
a {
font-size: expression(this.previousSibling == null ? '100%' : '-' );
padding-left: expression(this.previousSibling == null ? '0' : '-' );
border-left: expression(this.previousSibling == null ? 'none' : '-' );
}
}
Expand Down

0 comments on commit 2669913

Please sign in to comment.