html5-custom.css 318 B

12345
  1. .panel-html5-custom{width:100%;}
  2. .panel-html5-custom .nav{ float:left; width:100%; }
  3. .panel-html5-custom .article{ clear:both; float:left; width:50%; }
  4. .panel-html5-custom .aside{ float:right; width:50%; }
  5. .clear-after:after{clear:both;content:'';display:block;height:0px;overflow:hidden;visibility:hidden;width:0px;}