diff options
author | Thomas Park <thomas@thomaspark.me> | 2012-08-22 00:13:33 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2012-08-22 00:13:33 -0400 |
commit | fee40c6ac75e34dfe2a8939434b7d6db14db0cf7 (patch) | |
tree | 530807ce7b8387c3ad6d292f27ea944e6e937161 | |
parent | 7221f4fd01db65e04d724bcd6ff2831dde2b1fdc (diff) |
index: change glyphicons from white to black
-rw-r--r-- | js/snippets/main-menu.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/snippets/main-menu.html b/js/snippets/main-menu.html index c1683ee3..aebf5a4f 100644 --- a/js/snippets/main-menu.html +++ b/js/snippets/main-menu.html @@ -21,6 +21,6 @@ </li> </ul> <ul class="nav pull-right" id="main-menu-right"> - <li><a rel="tooltip" target="_blank" href="http://builtwithbootstrap.com/" title="Showcase of Bootstrap sites & apps" onclick="_gaq.push([\'_trackEvent\', \'click\', \'outbound\', \'builtwithbootstrap\']);">Built With Bootstrap <i class="icon-share-alt icon-white"></i></a></li> - <li><a rel="tooltip" target="_blank" href="https://wrapbootstrap.com/?ref=bsw" title="Marketplace for premium Bootstrap templates" onclick="_gaq.push([\'_trackEvent\', \'click\', \'outbound\', \'wrapbootstrap\']);">WrapBootstrap <i class="icon-share-alt icon-white"></i></a></li> + <li><a rel="tooltip" target="_blank" href="http://builtwithbootstrap.com/" title="Showcase of Bootstrap sites & apps" onclick="_gaq.push([\'_trackEvent\', \'click\', \'outbound\', \'builtwithbootstrap\']);">Built With Bootstrap <i class="icon-share-alt"></i></a></li> + <li><a rel="tooltip" target="_blank" href="https://wrapbootstrap.com/?ref=bsw" title="Marketplace for premium Bootstrap templates" onclick="_gaq.push([\'_trackEvent\', \'click\', \'outbound\', \'wrapbootstrap\']);">WrapBootstrap <i class="icon-share-alt"></i></a></li> </ul>
\ No newline at end of file |