From: Mark Otto Date: Fri, 27 Jan 2012 00:27:37 +0000 (-0800) Subject: adding white sprites X-Git-Tag: v2.0.0~6^2~135^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=af96da6e895974dd4bd6fb19cf0c6d7e16bf050d;p=thirdparty%2Fbootstrap.git adding white sprites --- diff --git a/bootstrap.css b/bootstrap.css index cc5d7f0190..cadc4d2438 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: Thu Jan 26 15:39:24 PST 2012 + * Date: Thu Jan 26 16:26:33 PST 2012 */ article, aside, @@ -1074,6 +1074,9 @@ table .span12 { width: 14px; height: 14px; } +.icon.white { + background-image: url(docs/assets/img/glyphicons-halflings-sprite-white.png); +} .glass { background-position: 0 0; } diff --git a/bootstrap.min.css b/bootstrap.min.css index 1e41bf9115..cf78031f29 100644 --- a/bootstrap.min.css +++ b/bootstrap.min.css @@ -208,6 +208,7 @@ table .span10{float:none;width:764px;margin-left:0;} table .span11{float:none;width:844px;margin-left:0;} table .span12{float:none;width:924px;margin-left:0;} .icon{background-image:url(docs/assets/img/glyphicons-halflings-sprite.png);background-position:0 0;background-repeat:no-repeat;display:inline-block;vertical-align:text-top;width:14px;height:14px;} +.icon.white{background-image:url(docs/assets/img/glyphicons-halflings-sprite-white.png);} .glass{background-position:0 0;} .music{background-position:-24px 0;} .search{background-position:-48px 0;} diff --git a/docs/assets/img/glyphicons-halflings-sprite-white.png b/docs/assets/img/glyphicons-halflings-sprite-white.png new file mode 100644 index 0000000000..a92b1913a2 Binary files /dev/null and b/docs/assets/img/glyphicons-halflings-sprite-white.png differ diff --git a/docs/assets/img/glyphicons-halflings-sprite.png b/docs/assets/img/glyphicons-halflings-sprite.png index 2d783eefef..b4e0acfbc1 100644 Binary files a/docs/assets/img/glyphicons-halflings-sprite.png and b/docs/assets/img/glyphicons-halflings-sprite.png differ diff --git a/docs/base-css.html b/docs/base-css.html index 239b963c4f..a30e0c1f37 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1482,7 +1482,7 @@

Or, use them in navigation.

diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 6f928dfa37..c3d10eb081 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -1417,7 +1417,7 @@

{{_i}}Or, use them in navigation.{{/i}}

diff --git a/lib/sprites.less b/lib/sprites.less index 0d51125c26..c85d63e8fa 100644 --- a/lib/sprites.less +++ b/lib/sprites.less @@ -20,6 +20,9 @@ width: 14px; height: 14px; } +.icon.white { + background-image: url(docs/assets/img/glyphicons-halflings-sprite-white.png); +} .glass { background-position: 0 0; } .music { background-position: -24px 0; }