:after LESS syntax corrections

This commit is contained in:
Raphael Goetter 2014-05-03 11:11:15 +02:00
parent 81a2441455
commit b27870b457

View File

@ -197,11 +197,13 @@ body > script {display: none !important;}
}
/* blocks that must contain floats */
.clearfix:after,
.line:after {
.clearfix,
.line {
&:after {
content: "";
display: table;
clear: both;
}
}
/* table layout */