aboutsummaryrefslogtreecommitdiff
path: root/_layouts/customize.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/customize.html')
-rw-r--r--_layouts/customize.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/_layouts/customize.html b/_layouts/customize.html
index 28275c3e1..99b973c01 100644
--- a/_layouts/customize.html
+++ b/_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,7 +23,7 @@
<!-- Callout for the old docs link -->
{% include old-bs-docs.html %}
- <div class="bs-customize-placeholder">
+ <div class="bs-customize-placeholder" role="main">
<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>