Skip to content

Commit

Permalink
Added margin-left to float-right span-* grid elements in tablet view.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Jackson authored and Paul Jackson committed Mar 6, 2013
1 parent 7d7c62c commit 92adf0f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/grids/sass/_responsive-768.scss
Expand Up @@ -11,6 +11,9 @@
@extend %grids-responsive-768-margin-left-0;
margin-right: 0;
}
%grids-responsive-768-margin-left-2-7092394498648 {
margin-left: 2.7092394498648%;
}
%grids-responsive-768-width-5-747913483014perc {
width: 5.747913483014%;
}
Expand Down Expand Up @@ -87,12 +90,15 @@ details {
}
+ {
[class*=span-] {
margin-left: 2.7092394498648%;
@extend %grids-responsive-768-margin-left-2-7092394498648;
}
}
[class*=span-] {
width: auto;
}
&.float-right {
@extend %grids-responsive-768-margin-left-2-7092394498648;
}
}

.clear {
Expand Down

0 comments on commit 92adf0f

Please sign in to comment.