update bootstrap to 3.0.0-rc2
[bootswatch] / bower_components / bootstrap / _layouts / customize.html
old mode 100644 (file)
new mode 100755 (executable)
index 28275c3..c04b697
@@ -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>