Created
March 13, 2015 06:19
-
-
Save fafaradesigns/4f6219c02c29cfb6c866 to your computer and use it in GitHub Desktop.
wp-gen:column-classes
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
/* Column Classes | |
--------------------------------------------- */ | |
.five-sixths, | |
.four-sixths, | |
.four-fifths, | |
.one-fifth, | |
.one-fourth, | |
.one-half, | |
.one-sixth, | |
.one-third, | |
.three-fourths, | |
.three-fifths, | |
.three-sixths, | |
.two-fourths, | |
.two-fifths, | |
.two-sixths, | |
.two-thirds { | |
float: left; | |
margin-left: 2.564102564102564%; | |
margin-bottom: 20px; | |
} | |
.one-half, | |
.three-sixths, | |
.two-fourths { | |
width: 48.717948717948715%; | |
} | |
.one-third, | |
.two-sixths { | |
width: 31.623931623931625%; | |
} | |
.four-sixths, | |
.two-thirds { | |
width: 65.81196581196582%; | |
} | |
.one-fourth { | |
width: 23.076923076923077%; | |
} | |
.three-fourths { | |
width: 74.35897435897436%; | |
} | |
.one-fifth { | |
width: 17.9487179487179488%; | |
} | |
.two-fifths { | |
width: 38.4615384615384616%; | |
} | |
.three-fifths { | |
width: 58.9743589743589744%; | |
} | |
.four-fifths { | |
width: 79.4871794871794872%; | |
} | |
.one-sixth { | |
width: 14.52991452991453%; | |
} | |
.five-sixths { | |
width: 82.90598290598291%; | |
} | |
.first, .ez-only { | |
margin-left: 0; | |
clear: both; | |
} | |
.ez-only { | |
width: 100%; | |
float: left; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment