diff --git a/bootstrap.css b/bootstrap.css index dd0c028b8e..6bfb8d2da5 100644 --- a/bootstrap.css +++ b/bootstrap.css @@ -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 { diff --git a/bootstrap.min.css b/bootstrap.min.css index c5c0c664ef..ad9c183370 100644 --- a/bootstrap.min.css +++ b/bootstrap.min.css @@ -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;} diff --git a/docs/base-css.html b/docs/base-css.html index 79bbaa7589..c851c84e92 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1439,7 +1439,7 @@ - + diff --git a/lib/sprites.less b/lib/sprites.less index 8b5bcd5a5f..aec08a5a27 100644 --- a/lib/sprites.less +++ b/lib/sprites.less @@ -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; }