:after LESS syntax corrections
This commit is contained in:
parent
81a2441455
commit
b27870b457
1 changed files with 7 additions and 5 deletions
|
@ -197,12 +197,14 @@ body > script {display: none !important;}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* blocks that must contain floats */
|
/* blocks that must contain floats */
|
||||||
.clearfix:after,
|
.clearfix,
|
||||||
.line:after {
|
.line {
|
||||||
|
&:after {
|
||||||
content: "";
|
content: "";
|
||||||
display: table;
|
display: table;
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* table layout */
|
/* table layout */
|
||||||
.row {
|
.row {
|
||||||
|
|
Loading…
Reference in a new issue