new names for variables

This commit is contained in:
Raphael Goetter 2014-05-04 15:30:21 +02:00
parent d283e11395
commit d0add0508c
4 changed files with 35 additions and 35 deletions

View file

@ -6,27 +6,27 @@
& when (@enable-ie678 = true) {
/* IE678 support */
.ie678 h1, .ie678 .h1-like {
@em: @h1-size * 10 / @basefont;
@em: @h1-size * 10 / @base-font-size;
font-size: unit(round(@em,2), em);
}
.ie678 h2, .ie678 .h2-like {
@em: @h2-size * 10 / @basefont;
@em: @h2-size * 10 / @base-font-size;
font-size: unit(round(@em,2), em);
}
.ie678 h3, .ie678 .h3-like {
@em: @h3-size * 10 / @basefont;
@em: @h3-size * 10 / @base-font-size;
font-size: unit(round(@em,2), em);
}
.ie678 h4, .ie678 .h4-like {
@em: @h4-size * 10 / @basefont;
@em: @h4-size * 10 / @base-font-size;
font-size: unit(round(@em,2), em);
}
.ie678 h5, .ie678 .h5-like {
@em: @h5-size * 10 / @basefont;
@em: @h5-size * 10 / @base-font-size;
font-size: unit(round(@em,2), em);
}
.ie678 h6, .ie678 .h6-like {
@em: @h6-size * 10 / @basefont;
@em: @h6-size * 10 / @base-font-size;
font-size: unit(round(@em,2), em);
}
.ie678 img {