diff options
| author | Mark Otto <[email protected]> | 2012-11-30 16:43:31 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-11-30 16:43:31 -0800 |
| commit | 51b4de8eec1cb3351b5a6e711a54acae5424935c (patch) | |
| tree | 62b61c3ef4d5c07c47a7c1f30e4af55cf3302601 /docs | |
| parent | 6961b284b6680c95dfe1610d7306dab3d4a72052 (diff) | |
| download | bootstrap-51b4de8eec1cb3351b5a6e711a54acae5424935c.tar.xz bootstrap-51b4de8eec1cb3351b5a6e711a54acae5424935c.zip | |
docs content changed
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/css.html | 2 | ||||
| -rw-r--r-- | docs/templates/pages/css.mustache | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/css.html b/docs/css.html index b630123c5..99e9e8ce4 100644 --- a/docs/css.html +++ b/docs/css.html @@ -2308,7 +2308,7 @@ For example, <code><section></code> should be wrapped as inlin <meta name="viewport" content="width=device-width, initial-scale=1.0"> </pre> - <h2>Supported devices</h2> + <h3>Supported devices</h3> <p>Bootstrap supports a handful of media queries to help make your projects more appropriate on different devices and screen resolutions. Here's what's included:</p> <table class="table table-bordered table-striped"> <thead> diff --git a/docs/templates/pages/css.mustache b/docs/templates/pages/css.mustache index 9ce362de5..8bee2c642 100644 --- a/docs/templates/pages/css.mustache +++ b/docs/templates/pages/css.mustache @@ -2253,7 +2253,7 @@ </pre> {{! Supported }} - <h2>{{_i}}Supported devices{{/i}}</h2> + <h3>{{_i}}Supported devices{{/i}}</h3> <p>{{_i}}Bootstrap supports a handful of media queries to help make your projects more appropriate on different devices and screen resolutions. Here's what's included:{{/i}}</p> <table class="table table-bordered table-striped"> <thead> |
