diff options
| author | Mark Otto <[email protected]> | 2012-01-26 00:36:40 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-26 00:36:40 -0800 |
| commit | 106625a2ece84fd5e1e68144411c8d00db05c23f (patch) | |
| tree | b071892c9d9a832b7aafc9e716ebe23db6de64c2 /docs/templates | |
| parent | 94ea3b62f09c840db5efe5e48815d011ca7e43d1 (diff) | |
| download | bootstrap-106625a2ece84fd5e1e68144411c8d00db05c23f.tar.xz bootstrap-106625a2ece84fd5e1e68144411c8d00db05c23f.zip | |
fix small icons on homepage
Diffstat (limited to 'docs/templates')
| -rw-r--r-- | docs/templates/pages/index.mustache | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/templates/pages/index.mustache b/docs/templates/pages/index.mustache index ff486bc7b..33bfd035f 100644 --- a/docs/templates/pages/index.mustache +++ b/docs/templates/pages/index.mustache @@ -125,22 +125,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>{{_i}}Built to support new HTML5 elements and syntax.{{/i}}</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>{{_i}}Progressively enhanced components for ultimate style.{{/i}}</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>{{_i}}Open-source{{/i}}</h3> <p>{{_i}}Built for and maintained by the community via <a href="https://github.com">GitHub</a>.{{/i}}</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>{{_i}}Made at Twitter{{/i}}</h3> <p>{{_i}}Brought to you by an experienced <a href="http://twitter.com/fat">engineer</a> and <a href="http://twitter.com/mdo">designer</a>.{{/i}}</p> </div> |
