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