]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix duplicate icons
authorMark Otto <markdotto@gmail.com>
Sun, 15 Jan 2012 00:56:47 +0000 (16:56 -0800)
committerMark Otto <markdotto@gmail.com>
Sun, 15 Jan 2012 00:56:47 +0000 (16:56 -0800)
bootstrap.css
bootstrap.min.css
docs/base-css.html
lib/sprites.less

index dd0c028b8ee6d188c454af69d3ce0f4bfd6bc1fc..6bfb8d2da50dcc45e929d822ee96298213683f5d 100644 (file)
@@ -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 {
index c5c0c664ef75ca0034c75f6bd1a94d10cd40f10d..ad9c183370475e3a017fe9c049917ddcd1f4f43d 100644 (file)
@@ -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;}
index 79bbaa758907f440d07ede09ac589e4d1d5df78c..c851c84e9286de05b3a500b0d01717e0e2a66f28 100644 (file)
         <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>
index 8b5bcd5a5f0c068ddbf75e67c8810832ba27c3d1..aec08a5a271e07eefccac3dbf8d8923e999d366e 100644 (file)
@@ -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; }