Skip to content

Commit

Permalink
Use placeholders for GCWU serv-screen-ie7 SCSS
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Jan 11, 2013
1 parent 8a71b2a commit ba7b1e9
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion src/theme-gcwu-fegc/sass/includes/_serv-screen-ie7.scss
Expand Up @@ -2,6 +2,7 @@
* 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
*/

.ie7 {
#wb-core {
margin-bottom: -20px;
Expand All @@ -12,9 +13,21 @@
#gcwu-title {
margin-top: -1px;
}
#gcwu-title-left, #gcwu-title-right, .gcwu-alt-title-left, .gcwu-alt-title-right {
%gcwu-serv-screen-ie7-title-margin-2px {
margin-top: 2px;
}
#gcwu-title-left {
@extend %gcwu-serv-screen-ie7-title-margin-2px;
}
#gcwu-title-right {
@extend %gcwu-serv-screen-ie7-title-margin-2px;
}
.gcwu-alt-title-left {
@extend %gcwu-serv-screen-ie7-title-margin-2px;
}
.gcwu-alt-title-right {
@extend %gcwu-serv-screen-ie7-title-margin-2px;
}
#wb-core-in {
div {
#gcwu-bar {
Expand Down

0 comments on commit ba7b1e9

Please sign in to comment.