]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
adding white sprites
authorMark Otto <markdotto@gmail.com>
Fri, 27 Jan 2012 00:27:37 +0000 (16:27 -0800)
committerMark Otto <markdotto@gmail.com>
Fri, 27 Jan 2012 00:27:37 +0000 (16:27 -0800)
bootstrap.css
bootstrap.min.css
docs/assets/img/glyphicons-halflings-sprite-white.png [new file with mode: 0644]
docs/assets/img/glyphicons-halflings-sprite.png
docs/base-css.html
docs/templates/pages/base-css.mustache
lib/sprites.less

index cc5d7f019013f4f3f52b7e47ce77a981e7b6721c..cadc4d2438076c016d3206af79960f392d0eab1f 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: 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;
 }
index 1e41bf91153944dd7f5375649e191b9f59503c73..cf78031f2939b6db3cde9eba0695a5a4b894a797 100644 (file)
@@ -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 (file)
index 0000000..a92b191
Binary files /dev/null and b/docs/assets/img/glyphicons-halflings-sprite-white.png differ
index 2d783eefef24c35a2051757a756486d4e9d03ff9..b4e0acfbc11203068a008545ed95e2e03ecbb921 100644 (file)
Binary files a/docs/assets/img/glyphicons-halflings-sprite.png and b/docs/assets/img/glyphicons-halflings-sprite.png differ
index 239b963c4f454ccfd290d499be1796c85e532c07..a30e0c1f37b5f971a1410b166abc3f45d48e0a16 100644 (file)
       <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>
index 6f928dfa37f05698bc7db5cd3c52e5570fc7e16f..c3d10eb081428e8e58821331c855122d792fba6f 100644 (file)
       <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>
index 0d51125c264ed84cf58fef79b8b9e9adb4031cd4..c85d63e8fa3a582753f91e12780e41abe3f73d38 100644 (file)
@@ -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; }