Skip to content

Commit

Permalink
removed text-align property
Browse files Browse the repository at this point in the history
I removed this so people could just control this themselves.
What if someone added 358px, how would you align the text then?
It was a case of trying to be too smart
  • Loading branch information
Chris Buttery committed Mar 17, 2012
1 parent a53e349 commit 50f7a15
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions stylesheets/stitch/patterns/images/_inline-icon.scss
@@ -1,4 +1,3 @@
<<<<<<< HEAD
/*
Add an icon to an inline element. E.g anchor or span
Pass through an asset, and optionally a padding value, x-position and y-position.
Expand All @@ -16,5 +15,4 @@
background-repeat: no-repeat;
line-height:image-height($img);
padding-#{$x-pos}:image-width($img) + $spacing;
text-align: $x-pos;
}

0 comments on commit 50f7a15

Please sign in to comment.