andypearson (owner)

Revisions

gist: 138080 Download_button fork
public
Public Clone URL: git://gist.github.com/138080.git
Embed All Files: show embed
CSS Snips #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
body {
font:62.5%/1.5 Helvetica, Arial, sans-serif;
}
 
 
/* ---- Clearfix */
.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 */