diff options
| author | Mark Otto <[email protected]> | 2012-01-26 16:27:37 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-26 16:27:37 -0800 |
| commit | af96da6e895974dd4bd6fb19cf0c6d7e16bf050d (patch) | |
| tree | 432e353d769cb0be4a95056076e108de2b5a71ae /bootstrap.css | |
| parent | b260544de02788bc921c4c713df0f754d96c5a27 (diff) | |
| download | bootstrap-af96da6e895974dd4bd6fb19cf0c6d7e16bf050d.tar.xz bootstrap-af96da6e895974dd4bd6fb19cf0c6d7e16bf050d.zip | |
adding white sprites
Diffstat (limited to 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bootstrap.css b/bootstrap.css index cc5d7f019..cadc4d243 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; } |
