Skip to content

Commit

Permalink
Removed the unnecessary declarations
Browse files Browse the repository at this point in the history
margin-top:auto; and margin-bottom:auto are the same as margin-top:0; and margin-bottom:0;
  • Loading branch information
mindofmicah committed Nov 12, 2012
1 parent 082ec3e commit 616c3b9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions core/spacing/space.css
Expand Up @@ -48,7 +48,5 @@ s,m,l,n = small(5px),medium(10px),large(20px),none(0px)
.mls,.mhs,.mas{margin-left:5px !important} .mls,.mhs,.mas{margin-left:5px !important}
.mlm,.mhm,.mam{margin-left:10px !important} .mlm,.mhm,.mam{margin-left:10px !important}
.mll,.mhl,.mal{margin-left:20px !important} .mll,.mhl,.mal{margin-left:20px !important}
.mta,.mva,.maa{margin-top:auto !important} .mra,.mha{margin-right:auto !important}
.mra,.mha,.maa{margin-right:auto !important} .mla,.mha{margin-left:auto !important}
.mba,.mva,.maa{margin-bottom:auto !important}
.mla,.mha,.maa{margin-left:auto !important}

0 comments on commit 616c3b9

Please sign in to comment.