summaryrefslogtreecommitdiff
path: root/bower_components/bootstrap/_layouts/customize.html
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2013-08-16 16:26:07 -0700
committerThomas Park <thomas@thomaspark.me>2013-08-16 16:26:07 -0700
commit4fe37339653c909368ba772ea9214c0b2a511fee (patch)
tree7573a3ef5486c1397e3f267f856de0fb3a031177 /bower_components/bootstrap/_layouts/customize.html
parentf9b56d31da29a641fcfdc33825ac84422eea2b84 (diff)
update bootstrap to 3.0.0-rc2
Diffstat (limited to 'bower_components/bootstrap/_layouts/customize.html')
-rwxr-xr-x[-rw-r--r--]bower_components/bootstrap/_layouts/customize.html9
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>