: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 */ /* blocks that must contain floats */
.clearfix:after, .clearfix,
.line:after { .line {
content: ""; &:after {
display: table; content: "";
clear: both; display: table;
clear: both;
}
} }
/* table layout */ /* table layout */