diff options
| author | Mark Otto <[email protected]> | 2012-06-02 22:34:20 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-06-02 22:34:20 -0700 |
| commit | ad9bfeef7a27cb470f520798cd806cb310f4e9c8 (patch) | |
| tree | 3df5e9fe37c6de3085329c9d0244b301f3db32d0 /less/sprites.less | |
| parent | 9a4ee790e1e58e321b604bb66380b2ce2f00faf6 (diff) | |
| download | bootstrap-ad9bfeef7a27cb470f520798cd806cb310f4e9c8.tar.xz bootstrap-ad9bfeef7a27cb470f520798cd806cb310f4e9c8.zip | |
fix cut off icons
Diffstat (limited to 'less/sprites.less')
| -rw-r--r-- | less/sprites.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/sprites.less b/less/sprites.less index 72a3a916b..753871cd7 100644 --- a/less/sprites.less +++ b/less/sprites.less @@ -145,7 +145,7 @@ .icon-warning-sign { background-position: -144px -120px; } .icon-plane { background-position: -168px -120px; } .icon-calendar { background-position: -192px -120px; } -.icon-random { background-position: -216px -120px; } +.icon-random { background-position: -216px -120px; width: 16px; } .icon-comment { background-position: -240px -120px; } .icon-magnet { background-position: -264px -120px; } .icon-chevron-up { background-position: -288px -120px; } @@ -153,7 +153,7 @@ .icon-retweet { background-position: -336px -120px; } .icon-shopping-cart { background-position: -360px -120px; } .icon-folder-close { background-position: -384px -120px; } -.icon-folder-open { background-position: -408px -120px; } +.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 |
