aboutsummaryrefslogtreecommitdiff
path: root/docs/index.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-26 00:36:40 -0800
committerMark Otto <[email protected]>2012-01-26 00:36:40 -0800
commit106625a2ece84fd5e1e68144411c8d00db05c23f (patch)
treeb071892c9d9a832b7aafc9e716ebe23db6de64c2 /docs/index.html
parent94ea3b62f09c840db5efe5e48815d011ca7e43d1 (diff)
downloadbootstrap-106625a2ece84fd5e1e68144411c8d00db05c23f.tar.xz
bootstrap-106625a2ece84fd5e1e68144411c8d00db05c23f.zip
fix small icons on homepage
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/index.html b/docs/index.html
index b866da87c..f3738e837 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -189,22 +189,22 @@
</div><!--/row-->
<div class="row">
<div class="span3">
- <img class="small-bs-iconn" src="assets/img/icon-html5.png">
+ <img class="small-bs-icon" src="assets/img/icon-html5.png">
<h3>HTML5</h3>
<p>Built to support new HTML5 elements and syntax.</p>
</div>
<div class="span3">
- <img class="small-bs-iconn" src="assets/img/icon-css3.png">
+ <img class="small-bs-icon" src="assets/img/icon-css3.png">
<h3>CSS3</h3>
<p>Progressively enhanced components for ultimate style.</p>
</div>
<div class="span3">
- <img class="small-bs-iconn" src="assets/img/icon-github.png">
+ <img class="small-bs-icon" src="assets/img/icon-github.png">
<h3>Open-source</h3>
<p>Built for and maintained by the community via <a href="https://github.com">GitHub</a>.</p>
</div>
<div class="span3">
- <img class="small-bs-iconn" src="assets/img/icon-twitter.png">
+ <img class="small-bs-icon" src="assets/img/icon-twitter.png">
<h3>Made at Twitter</h3>
<p>Brought to you by an experienced <a href="http://twitter.com/fat">engineer</a> and <a href="http://twitter.com/mdo">designer</a>.</p>
</div>