Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Commit

Permalink
Remove unnecessary text-align in outer-container()
Browse files Browse the repository at this point in the history
  • Loading branch information
Reda Lemeden committed Nov 2, 2012
1 parent ad01d4a commit 7cd04fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/assets/stylesheets/grid/_grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ $fg-max-width: $max-width;
@mixin outer-container() {
@include clearfix;
max-width: $fg-max-width;
text-align: left;
margin: {
left: auto;
right: auto;
Expand Down

0 comments on commit 7cd04fc

Please sign in to comment.