Created
September 1, 2013 21:26
-
-
Save trek/6407421 to your computer and use it in GitHub Desktop.
Untitled
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
font-family: "Droid Sans", san; | |
} | |
.pure-g { | |
letter-spacing: -0.31em; /* Webkit: collapse white-space between units */ | |
*letter-spacing: normal; /* reset IE < 8 */ | |
*word-spacing: -0.43em; /* IE < 8: collapse white-space between units */ | |
text-rendering: optimizespeed; /* Webkit: fixes text-rendering: optimizeLegibility */ | |
} | |
.pure-u, | |
.pure-u-1, | |
.pure-u-1-2, | |
.pure-u-1-3, | |
.pure-u-2-3, | |
.pure-u-1-4, | |
.pure-u-3-4, | |
.pure-u-1-5, | |
.pure-u-2-5, | |
.pure-u-3-5, | |
.pure-u-4-5, | |
.pure-u-1-6, | |
.pure-u-5-6, | |
.pure-u-1-8, | |
.pure-u-3-8, | |
.pure-u-5-8, | |
.pure-u-7-8, | |
.pure-u-1-12, | |
.pure-u-5-12, | |
.pure-u-7-12, | |
.pure-u-11-12, | |
.pure-u-1-24, | |
.pure-u-5-24, | |
.pure-u-7-24, | |
.pure-u-11-24, | |
.pure-u-13-24, | |
.pure-u-17-24, | |
.pure-u-19-24, | |
.pure-u-23-24 { | |
display: inline-block; | |
*display: inline; /* IE < 8: fake inline-block */ | |
zoom: 1; | |
letter-spacing: normal; | |
word-spacing: normal; | |
vertical-align: top; | |
text-rendering: auto; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="pure-g"> | |
<div class="pure-u-1-2 a">hello</div> | |
<div class="pure-u-1-2 b">hello</div> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// alert('Hello world!'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment