mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
.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
This commit is contained in:
parent
558bc52432
commit
6afb1055e3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue