diff options
| author | Mark Otto <[email protected]> | 2012-09-25 22:59:49 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-09-25 22:59:49 -0700 |
| commit | 80c4d5a9bf3efcef3b2d53841315a6c808c86000 (patch) | |
| tree | a3b341489cc70dfb43e3c9fa2e6a98751228fae9 /docs | |
| parent | 2eb4c6fc795b58c4d57ddf31b8917b0859d9ba22 (diff) | |
| download | bootstrap-80c4d5a9bf3efcef3b2d53841315a6c808c86000.tar.xz bootstrap-80c4d5a9bf3efcef3b2d53841315a6c808c86000.zip | |
fix homepage example sites
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.html | 46 | ||||
| -rw-r--r-- | docs/templates/pages/index.mustache | 46 |
2 files changed, 44 insertions, 48 deletions
diff --git a/docs/index.html b/docs/index.html index f9961372f..64cfbae1f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -128,30 +128,28 @@ <h1>Built with Bootstrap.</h1> <p class="marketing-byline">For even more sites built with Bootstrap, <a href="http://builtwithbootstrap.tumblr.com/" target="_blank">visit the unofficial Tumblr</a> or <a href="./getting-started.html#examples">browse the examples</a>.</p> - <div class="row"> - <ul class="thumbnails example-sites"> - <li class="span3"> - <a class="thumbnail" href="http://soundready.fm/" target="_blank"> - <img src="assets/img/example-sites/soundready.png" alt="SoundReady.fm"> - </a> - </li> - <li class="span3"> - <a class="thumbnail" href="http://kippt.com/" target="_blank"> - <img src="assets/img/example-sites/kippt.png" alt="Kippt"> - </a> - </li> - <li class="span3"> - <a class="thumbnail" href="http://www.gathercontent.com/" target="_blank"> - <img src="assets/img/example-sites/gathercontent.png" alt="Gather Content"> - </a> - </li> - <li class="span3"> - <a class="thumbnail" href="http://www.jshint.com/" target="_blank"> - <img src="assets/img/example-sites/jshint.png" alt="JS Hint"> - </a> - </li> - </ul> - </div> + <div class="row example-sites"> + <div class="span3"> + <a class="thumbnail" href="http://soundready.fm/" target="_blank"> + <img src="assets/img/example-sites/soundready.png" alt="SoundReady.fm"> + </a> + </div> + <div class="span3"> + <a class="thumbnail" href="http://kippt.com/" target="_blank"> + <img src="assets/img/example-sites/kippt.png" alt="Kippt"> + </a> + </div> + <div class="span3"> + <a class="thumbnail" href="http://www.gathercontent.com/" target="_blank"> + <img src="assets/img/example-sites/gathercontent.png" alt="Gather Content"> + </a> + </div> + <div class="span3"> + <a class="thumbnail" href="http://www.jshint.com/" target="_blank"> + <img src="assets/img/example-sites/jshint.png" alt="JS Hint"> + </a> + </div> + </div> </div> diff --git a/docs/templates/pages/index.mustache b/docs/templates/pages/index.mustache index bf20bd2c7..43e9ff410 100644 --- a/docs/templates/pages/index.mustache +++ b/docs/templates/pages/index.mustache @@ -59,30 +59,28 @@ <h1>{{_i}}Built with Bootstrap.{{/i}}</h1> <p class="marketing-byline">{{_i}}For even more sites built with Bootstrap, <a href="http://builtwithbootstrap.tumblr.com/" target="_blank">visit the unofficial Tumblr</a> or <a href="./getting-started.html#examples">browse the examples</a>.{{/i}}</p> - <div class="row"> - <ul class="thumbnails example-sites"> - <li class="span3"> - <a class="thumbnail" href="http://soundready.fm/" target="_blank"> - <img src="assets/img/example-sites/soundready.png" alt="SoundReady.fm"> - </a> - </li> - <li class="span3"> - <a class="thumbnail" href="http://kippt.com/" target="_blank"> - <img src="assets/img/example-sites/kippt.png" alt="Kippt"> - </a> - </li> - <li class="span3"> - <a class="thumbnail" href="http://www.gathercontent.com/" target="_blank"> - <img src="assets/img/example-sites/gathercontent.png" alt="Gather Content"> - </a> - </li> - <li class="span3"> - <a class="thumbnail" href="http://www.jshint.com/" target="_blank"> - <img src="assets/img/example-sites/jshint.png" alt="JS Hint"> - </a> - </li> - </ul> - </div> + <div class="row example-sites"> + <div class="span3"> + <a class="thumbnail" href="http://soundready.fm/" target="_blank"> + <img src="assets/img/example-sites/soundready.png" alt="SoundReady.fm"> + </a> + </div> + <div class="span3"> + <a class="thumbnail" href="http://kippt.com/" target="_blank"> + <img src="assets/img/example-sites/kippt.png" alt="Kippt"> + </a> + </div> + <div class="span3"> + <a class="thumbnail" href="http://www.gathercontent.com/" target="_blank"> + <img src="assets/img/example-sites/gathercontent.png" alt="Gather Content"> + </a> + </div> + <div class="span3"> + <a class="thumbnail" href="http://www.jshint.com/" target="_blank"> + <img src="assets/img/example-sites/jshint.png" alt="JS Hint"> + </a> + </div> + </div> </div>{{! /.marketing }} |
