diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 56904 -> 56904 bytes | |||
| -rw-r--r-- | docs/components.html | 2 | ||||
| -rw-r--r-- | docs/templates/pages/components.mustache | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex e478022b0..557ca63a1 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip diff --git a/docs/components.html b/docs/components.html index 8c25c7c2f..5df760459 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1115,7 +1115,7 @@ <p><a class="btn" href="./javascript.html#dropdowns">Get the javascript →</a></p> <hr> <h3>Text in the navbar</h3> - <p>Wrap strings of text in a <code><p></code> tag for proper leading and color.</p> + <p>Wrap strings of text in a <code><.navbar-text></code>, usually on a <code><p></code> tag for proper leading and color.</p> </div><!-- /.span --> </div><!-- /.row --> diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index 2ceb43ba1..ac06367ce 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -1038,7 +1038,7 @@ <p><a class="btn" href="./javascript.html#dropdowns">{{_i}}Get the javascript →{{/i}}</a></p> <hr> <h3>{{_i}}Text in the navbar{{/i}}</h3> - <p>{{_i}}Wrap strings of text in a <code><p></code> tag for proper leading and color.{{/i}}</p> + <p>{{_i}}Wrap strings of text in a <code><.navbar-text></code>, usually on a <code><p></code> tag for proper leading and color.{{/i}}</p> </div><!-- /.span --> </div><!-- /.row --> |
