Skip to content

Commit

Permalink
Added left and right float classes.
Browse files Browse the repository at this point in the history
  • Loading branch information
joshrounsville committed Feb 19, 2013
1 parent 5dc7d10 commit e56cebb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions init/scss/_classes.scss
Expand Up @@ -39,6 +39,14 @@
text-align: right;
}

.left {
float: left;
}

.right {
float: right;
}

.padding {
padding: $padding 0;
}
Expand Down

0 comments on commit e56cebb

Please sign in to comment.