Skip to content

Commit

Permalink
Added in 'auto' as an available value on margins
Browse files Browse the repository at this point in the history
.mha replaces having a class to center block-level elements in a container. The rest are added to make this a complete set.
  • Loading branch information
mindofmicah committed Oct 25, 2012
1 parent 7f014ca commit 082ec3e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/spacing/space.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,7 @@ s,m,l,n = small(5px),medium(10px),large(20px),none(0px)
.mls,.mhs,.mas{margin-left:5px !important}
.mlm,.mhm,.mam{margin-left:10px !important}
.mll,.mhl,.mal{margin-left:20px !important}
.mta,.mva,.maa{margin-top:auto !important}
.mra,.mha,.maa{margin-right:auto !important}
.mba,.mva,.maa{margin-bottom:auto !important}
.mla,.mha,.maa{margin-left:auto !important}

0 comments on commit 082ec3e

Please sign in to comment.