This commit is contained in:
Raphael Goetter 2014-05-03 14:56:09 +02:00
parent 5c1fe3e5a5
commit 0bc6e58e2e
3 changed files with 14 additions and 23 deletions

View file

@ -99,7 +99,7 @@
:root [class*="autogrid"] {
font-size: 0;
}
:root [class*="autogrid"] > * > * {
:root [class*="autogrid"] > * {
font-size: @basefont; /* fallback for Opera Mini */
font-size: unit((@basefont / 10), rem);
}