Skip to content

Commit

Permalink
css clearfix name
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyettinger committed Sep 23, 2011
1 parent 68df903 commit 1faf505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion a/c/base.css
@@ -1,5 +1,5 @@
html, html * { margin: 0; padding: 0; }
.providers:after, #results li:after, .clfx:after { content: '.'; display: block; visibility: hidden; overflow: hidden; clear: both; font-size: 0; height: 0; }
.providers:after, #results li:after, .clearfix:after { content: '.'; display: block; visibility: hidden; overflow: hidden; clear: both; font-size: 0; height: 0; }
header, article, section, footer, nav { display: block; }
html { background: #eee; }
body { background: #fff; border: 1px solid #ddd; border-radius: 5px; font-family: sans-serif; margin: 20px auto; width: 500px; padding: 20px; }
Expand Down

0 comments on commit 1faf505

Please sign in to comment.