cylence (owner)

Revisions

gist: 46654 Download_button fork
public
Public Clone URL: git://gist.github.com/46654.git
CSS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*******************************/
/* Begin fix for crappy IE 6 */
/* float clearing bug */
/*******************************/
 
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  }
 
.clearfix {
  display: inline-block;
  }
 
/******************************/
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
/******************************/