| @CHARSET "ISO-8859-1"; | |
| #container { | |
| padding:20px; | |
| } | |
| .twocolumn { | |
| width:47%; | |
| float:left; | |
| padding:10px; | |
| } | |
| .clearfix:after { | |
| content: "."; | |
| display: block; | |
| clear: both; | |
| visibility: hidden; | |
| line-height: 0; | |
| height: 0; | |
| } | |
| .clearfix { | |
| display: inline-block; | |
| } | |
| html[xmlns] .clearfix { | |
| display: block; | |
| } | |
| * html .clearfix { | |
| height: 1%; | |
| } |