We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3111c4c + 7ba7de4 commit 98742fcCopy full SHA for 98742fc
css.md
@@ -34,13 +34,17 @@ textarea{ resize:none;}
34
35
- clearfix
36
```css
37
+
38
+.clearfix:before,.clearfix:after{display:table;content:"";}
39
+.clearfix:after{clear:both;}
40
41
.clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
42
.clearfix{display:inline-block;}
43
html[xmlns] .clearfix{display:block;}
44
* html .clearfix{height:1%;}
45
46
.clearfix{*zoom: 1;}
-.clearfix:after{clear:both;display:table;content:"”;}
47
+.clearfix:after{clear:both;display:table;content:"";}
48
49
.clearfix{overflow:hidden;_zoom:1;}
50
```
0 commit comments