diff options
Diffstat (limited to 'bower_components/bootstrap/_layouts/customize.html')
-rwxr-xr-x[-rw-r--r--] | bower_components/bootstrap/_layouts/customize.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/bower_components/bootstrap/_layouts/customize.html b/bower_components/bootstrap/_layouts/customize.html index 28275c3e..c04b6978 100644..100755 --- a/bower_components/bootstrap/_layouts/customize.html +++ b/bower_components/bootstrap/_layouts/customize.html @@ -6,12 +6,13 @@ <!-- Place anything custom after this. --> </head> <body data-spy="scroll" data-target=".bs-sidebar"> + <a class="sr-only" href="#content">Skip navigation</a> <!-- Docs master nav --> {% include nav-main.html %} <!-- Docs page layout --> - <div class="bs-header"> + <div class="bs-header" id="content" role="banner"> <div class="container"> <h1>{{ page.title }}</h1> <p>{{ page.lead }}</p> @@ -22,9 +23,9 @@ <!-- Callout for the old docs link --> {% include old-bs-docs.html %} - <div class="bs-customize-placeholder"> - <div class="container bs-docs-container"> - <p class="lead">Until RC2, the Bootstrap 3 customizer will be disabled. In the mean time, snag the <a href="{{ site.repo }}/releases">compiled CSS and JavaScript</a>. Hang tight!</p> + <div class="container bs-docs-container"> + <div class="col-lg-12"> + {{ content }} </div> </div> |