diff options
| author | Mark Otto <[email protected]> | 2013-01-30 18:22:11 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-30 18:22:11 -0800 |
| commit | 135e834bf499e9e4639e41c6a1642040503089d9 (patch) | |
| tree | 54248f6c2e70d14637333683214e7f98fa4207ab /less | |
| parent | 3cc65cb86c10a6534935f3945090a33b4e87105e (diff) | |
| parent | 6afb1055e35a65ef8180745b945b715eb8d25514 (diff) | |
| download | bootstrap-135e834bf499e9e4639e41c6a1642040503089d9.tar.xz bootstrap-135e834bf499e9e4639e41c6a1642040503089d9.zip | |
Merge branch 'baslr-master' into 2.3.0-wip
Diffstat (limited to 'less')
| -rw-r--r-- | less/sprites.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/sprites.less b/less/sprites.less index 9cd2ae3bf..65a3d1bc3 100644 --- a/less/sprites.less +++ b/less/sprites.less @@ -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 |
