aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-26 16:27:37 -0800
committerMark Otto <[email protected]>2012-01-26 16:27:37 -0800
commitaf96da6e895974dd4bd6fb19cf0c6d7e16bf050d (patch)
tree432e353d769cb0be4a95056076e108de2b5a71ae /docs
parentb260544de02788bc921c4c713df0f754d96c5a27 (diff)
downloadbootstrap-af96da6e895974dd4bd6fb19cf0c6d7e16bf050d.tar.xz
bootstrap-af96da6e895974dd4bd6fb19cf0c6d7e16bf050d.zip
adding white sprites
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/img/glyphicons-halflings-sprite-white.pngbin0 -> 13566 bytes
-rw-r--r--docs/assets/img/glyphicons-halflings-sprite.pngbin5249 -> 14152 bytes
-rw-r--r--docs/base-css.html2
-rw-r--r--docs/templates/pages/base-css.mustache2
4 files changed, 2 insertions, 2 deletions
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 000000000..a92b1913a
--- /dev/null
+++ b/docs/assets/img/glyphicons-halflings-sprite-white.png
Binary files differ
diff --git a/docs/assets/img/glyphicons-halflings-sprite.png b/docs/assets/img/glyphicons-halflings-sprite.png
index 2d783eefe..b4e0acfbc 100644
--- a/docs/assets/img/glyphicons-halflings-sprite.png
+++ b/docs/assets/img/glyphicons-halflings-sprite.png
Binary files differ
diff --git a/docs/base-css.html b/docs/base-css.html
index 239b963c4..a30e0c1f3 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -1482,7 +1482,7 @@
<p>Or, use them in navigation.</p>
<div class="well" style="padding: 8px 0;">
<ul class="nav list">
- <li class="active"><a href="#"><i class="icon home"></i> Home</a></li>
+ <li class="active"><a href="#"><i class="icon white home"></i> Home</a></li>
<li><a href="#"><i class="icon book"></i> Library</a></li>
<li><a href="#"><i class="icon pencil"></i> Applications</a></li>
</ul>
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache
index 6f928dfa3..c3d10eb08 100644
--- a/docs/templates/pages/base-css.mustache
+++ b/docs/templates/pages/base-css.mustache
@@ -1417,7 +1417,7 @@
<p>{{_i}}Or, use them in navigation.{{/i}}</p>
<div class="well" style="padding: 8px 0;">
<ul class="nav list">
- <li class="active"><a href="#"><i class="icon home"></i> {{_i}}Home{{/i}}</a></li>
+ <li class="active"><a href="#"><i class="icon white home"></i> {{_i}}Home{{/i}}</a></li>
<li><a href="#"><i class="icon book"></i> {{_i}}Library{{/i}}</a></li>
<li><a href="#"><i class="icon pencil"></i> {{_i}}Applications{{/i}}</a></li>
</ul>