@basefont added in autogrid
This commit is contained in:
parent
3c3b2670de
commit
be85657bbf
1 changed files with 4 additions and 2 deletions
|
@ -408,7 +408,9 @@ img.left, img.right {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-size: 14em; font-size: 1.4rem; letter-spacing: normal; /* whitespace fix part 2 */
|
font-size: (@basefont + 0em);
|
||||||
|
font-size: ((@basefont / 10) + 0rem);
|
||||||
|
letter-spacing: normal; /* whitespace fix part 2 */
|
||||||
*display: inline; *zoom: 1; /* ie6 / ie7 hack */
|
*display: inline; *zoom: 1; /* ie6 / ie7 hack */
|
||||||
}
|
}
|
||||||
.autogrid2 > * {width: 49%}
|
.autogrid2 > * {width: 49%}
|
||||||
|
|
Loading…
Reference in a new issue