diff options
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> |
