Skip to content

Commit

Permalink
Columns: scaffolding.css
Browse files Browse the repository at this point in the history
Adding a few more columns.
  • Loading branch information
Scott Parry committed Aug 5, 2015
1 parent e8dc493 commit a091981
Showing 1 changed file with 51 additions and 15 deletions.
66 changes: 51 additions & 15 deletions assets/css/scaffolding.css
@@ -1,48 +1,84 @@
/**
* Scaffolding
*/
.boxed {
width: 55%;
.boxed
{
width: 75%;
margin: 0 auto;
padding: 0;
position: relative;
}

.one-full {
.one_full
{
width: 100%;
margin: 0;
margin-bottom: 25px;
float: left;
}

.one-half,
.one-third,
.two-third,
.one-quarter,
.one-fifth {
.one_half,
.one_third,
.two_third,
.one_quarter,
.three_quarter,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth
{
margin: 0;
padding-right: 25px;
padding-right: 25px;
margin-bottom: 25px;
float: left;
}

.one-full {
.one_full
{
width: 100%;
}

.one-half {
.one_half
{
width: 50%;
}

.one-third {
.one_third
{
width: 33.33333%;
}

.two-third {
.two_third
{
width: 66.66666%;
}

.one-quarter {
.one_quarter
{
width: 25%;
}

.one-fifth {
.three_quarter
{
width: 75%;
}

.one_fifth
{
width: 20%;
}

.two_fifth
{
width: 40%;
}

.three_fifth
{
width: 60%;
}

.four_fifth
{
width: 80%;
}

0 comments on commit a091981

Please sign in to comment.