mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
fix duplicate icons
This commit is contained in:
parent
55ea574f8a
commit
74c0fc17c8
4
bootstrap.css
vendored
4
bootstrap.css
vendored
@ -6,7 +6,7 @@
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Designed and built with all the love in the world @twitter by @mdo and @fat.
|
||||
* Date: Sat Jan 14 16:50:17 PST 2012
|
||||
* Date: Sat Jan 14 16:56:39 PST 2012
|
||||
*/
|
||||
html, body {
|
||||
margin: 0;
|
||||
@ -1183,7 +1183,7 @@ i {
|
||||
.th {
|
||||
background-position: -240px 0;
|
||||
}
|
||||
.th-lines {
|
||||
.th-list {
|
||||
background-position: -264px 0;
|
||||
}
|
||||
.ok {
|
||||
|
2
bootstrap.min.css
vendored
2
bootstrap.min.css
vendored
@ -219,7 +219,7 @@ i{background-image:url(docs/assets/img/glyphicons-halflings-sprite.png);backgrou
|
||||
.film{background-position:-192px 0;}
|
||||
.th-large{background-position:-216px 0;}
|
||||
.th{background-position:-240px 0;}
|
||||
.th-lines{background-position:-264px 0;}
|
||||
.th-list{background-position:-264px 0;}
|
||||
.ok{background-position:-288px 0;}
|
||||
.remove{background-position:-312px 0;}
|
||||
.zoom-in{background-position:-336px 0;}
|
||||
|
@ -1439,7 +1439,7 @@
|
||||
<i class="stop"></i>
|
||||
<i class="forward"></i>
|
||||
<i class="fast-forward"></i>
|
||||
<i class="step-foward"></i>
|
||||
<i class="step-forward"></i>
|
||||
<i class="eject"></i>
|
||||
<i class="chevron-left"></i>
|
||||
<i class="chevron-right"></i>
|
||||
|
@ -32,7 +32,7 @@ i {
|
||||
.film { background-position: -192px 0; }
|
||||
.th-large { background-position: -216px 0; }
|
||||
.th { background-position: -240px 0; }
|
||||
.th-lines { background-position: -264px 0; }
|
||||
.th-list { background-position: -264px 0; }
|
||||
.ok { background-position: -288px 0; }
|
||||
.remove { background-position: -312px 0; }
|
||||
.zoom-in { background-position: -336px 0; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user