diff options
| author | Mark Otto <[email protected]> | 2012-08-19 11:59:28 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-19 11:59:28 -0700 |
| commit | 7ed82c1223e2876c69ae8bc9c21ccff39db18b97 (patch) | |
| tree | 0a42755e61679fa2a25fe3d3fd2f8db8e205c445 /docs/templates | |
| parent | 8e271d664b80f7e04528ba25b81dfc4a7b316df7 (diff) | |
| download | bootstrap-7ed82c1223e2876c69ae8bc9c21ccff39db18b97.tar.xz bootstrap-7ed82c1223e2876c69ae8bc9c21ccff39db18b97.zip | |
font-size change on examples in getting started
Diffstat (limited to 'docs/templates')
| -rw-r--r-- | docs/templates/pages/getting-started.mustache | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/templates/pages/getting-started.mustache b/docs/templates/pages/getting-started.mustache index 2b1b189ad..4a5adc1b0 100644 --- a/docs/templates/pages/getting-started.mustache +++ b/docs/templates/pages/getting-started.mustache @@ -169,21 +169,21 @@ <a class="thumbnail" href="examples/hero.html"> <img src="assets/img/examples/bootstrap-example-hero.jpg" alt=""> </a> - <h3>{{_i}}Basic marketing site{{/i}}</h3> + <h4>{{_i}}Basic marketing site{{/i}}</h4> <p>{{_i}}Featuring a hero unit for a primary message and three supporting elements.{{/i}}</p> </li> <li class="span3"> <a class="thumbnail" href="examples/fluid.html"> <img src="assets/img/examples/bootstrap-example-fluid.jpg" alt=""> </a> - <h3>{{_i}}Fluid layout{{/i}}</h3> + <h4>{{_i}}Fluid layout{{/i}}</h4> <p>{{_i}}Uses our new responsive, fluid grid system to create a seamless liquid layout.{{/i}}</p> </li> <li class="span3"> <a class="thumbnail" href="examples/starter-template.html"> <img src="assets/img/examples/bootstrap-example-starter.jpg" alt=""> </a> - <h3>{{_i}}Starter template{{/i}}</h3> + <h4>{{_i}}Starter template{{/i}}</h4> <p>{{_i}}A barebones HTML document with all the Bootstrap CSS and javascript included.{{/i}}</p> </li> </ul> |
