diff options
| author | baslr <[email protected]> | 2013-01-26 01:01:10 +0100 |
|---|---|---|
| committer | baslr <[email protected]> | 2013-01-26 01:01:10 +0100 |
| commit | 6afb1055e35a65ef8180745b945b715eb8d25514 (patch) | |
| tree | ec1838ba4e6571d780017764747c98389d037417 /less | |
| parent | 558bc52432840ea1b2f413438427164288f10350 (diff) | |
| download | bootstrap-6afb1055e35a65ef8180745b945b715eb8d25514.tar.xz bootstrap-6afb1055e35a65ef8180745b945b715eb8d25514.zip | |
.icon-folder-close same width as icon-folder-open
.icon-folder-close same width as icon-folder-open. this prevents
buttons from wobbling if the icon changes from closed folder
to open folderĀ
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 |
