@basefont added in autogrid

This commit is contained in:
Raphael Goetter 2013-08-03 08:48:06 +02:00
parent 3c3b2670de
commit be85657bbf

View File

@ -397,7 +397,7 @@ img.left, img.right {
[class*="autogrid"] { [class*="autogrid"] {
text-align: justify; text-align: justify;
font-size: 1px; letter-spacing: -1px; /* whitespace fi xpart 1 */ font-size: 1px; letter-spacing: -1px; /* whitespace fix part 1 */
} }
[class*="autogrid"]:after { [class*="autogrid"]:after {
content: ""; content: "";
@ -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%}