mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-06 04:08:22 +01:00
commit
7bfc6ab6fc
@ -12,9 +12,13 @@
|
|||||||
|
|
||||||
{% include docs-navbar.html %}
|
{% include docs-navbar.html %}
|
||||||
|
|
||||||
<main id="content" role="main">
|
{% if page.layout == "simple" %}
|
||||||
{{ content }}
|
{{ content }}
|
||||||
</main>
|
{% else %}
|
||||||
|
<main id="content" role="main">
|
||||||
|
{{ content }}
|
||||||
|
</main>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{% include footer.html %}
|
{% include footer.html %}
|
||||||
{% include scripts.html %}
|
{% include scripts.html %}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"attr-bans": ["align", "background", "bgcolor", "border", "frameborder", "longdesc", "marginwidth", "marginheight", "scrolling"],
|
"attr-bans": ["align", "background", "bgcolor", "border", "frameborder", "longdesc", "marginwidth", "marginheight", "scrolling"],
|
||||||
"attr-name-style": "dash",
|
"attr-name-style": false,
|
||||||
"attr-no-unsafe-char": false,
|
"attr-no-unsafe-char": false,
|
||||||
"class-style": "dash",
|
"class-style": "dash",
|
||||||
"doctype-first": true,
|
"doctype-first": true,
|
||||||
|
@ -510,8 +510,8 @@ Put a form within a dropdown menu, or make it into a dropdown menu, and use [mar
|
|||||||
<input type="email" class="form-control" id="exampleDropdownFormEmail2" placeholder="email@example.com">
|
<input type="email" class="form-control" id="exampleDropdownFormEmail2" placeholder="email@example.com">
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="exampleDropdownFormEmail2">Password</label>
|
<label for="exampleDropdownFormPassword2">Password</label>
|
||||||
<input type="password" class="form-control" id="exampleDropdownFormEmail2" placeholder="Password">
|
<input type="password" class="form-control" id="exampleDropdownFormPassword2" placeholder="Password">
|
||||||
</div>
|
</div>
|
||||||
<div class="form-check">
|
<div class="form-check">
|
||||||
<label class="form-check-label">
|
<label class="form-check-label">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user