Skip to content

Commit

Permalink
.icon-folder-close same width as icon-folder-open
Browse files Browse the repository at this point in the history
.icon-folder-close same width as icon-folder-open. this prevents
buttons from wobbling if the icon changes from closed folder
to open folder 
  • Loading branch information
baslr committed Jan 26, 2013
1 parent 558bc52 commit 6afb105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion less/sprites.less
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
.icon-chevron-down { background-position: -313px -119px; } // 1px, 1px off
.icon-retweet { background-position: -336px -120px; }
.icon-shopping-cart { background-position: -360px -120px; }
.icon-folder-close { background-position: -384px -120px; }
.icon-folder-close { background-position: -384px -120px; width: 16px; }
.icon-folder-open { background-position: -408px -120px; width: 16px; }
.icon-resize-vertical { background-position: -432px -119px; } // 1px, 1px off
.icon-resize-horizontal { background-position: -456px -118px; } // 1px, 2px off
Expand Down

0 comments on commit 6afb105

Please sign in to comment.