]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove class and scrollspy attributes from layouts
authorMark Otto <markdotto@gmail.com>
Wed, 18 Oct 2017 01:38:38 +0000 (18:38 -0700)
committerMark Otto <markd.otto@gmail.com>
Wed, 18 Oct 2017 03:15:55 +0000 (20:15 -0700)
_layouts/default.html
_layouts/docs.html
_layouts/home.html

index 0c800e2bb97f7b18947fb57021481f5c82b2bd47..487baf470e9f4bb11c38071578b3d5757e1e8624 100644 (file)
@@ -3,7 +3,7 @@
   <head>
     {% include header.html %}
   </head>
-  <body class="bd-docs" data-spy="scroll" data-target=".bd-sidenav-active">
+  <body>
     <a id="skippy" class="sr-only sr-only-focusable" href="#content">
       <div class="container">
         <span class="skiplink-text">Skip to main content</span>
index 558d64d2ae69e50e49326b7fcfa33594c084a6ae..a9e2ce5a4d21519801e3b6e7343ec92e4b22cde8 100644 (file)
@@ -3,7 +3,7 @@
   <head>
     {% include header.html %}
   </head>
-  <body class="bd-docs" data-spy="scroll" data-target=".bd-sidenav-active">
+  <body>
     <a id="skippy" class="sr-only sr-only-focusable" href="#content">
       <div class="container">
         <span class="skiplink-text">Skip to main content</span>
index 05767fcd555658f5f9f477fdd9429e73bd03999d..a406ba2e6a2c54135da2a6810e05d466f29080f7 100644 (file)
@@ -3,7 +3,7 @@
   <head>
     {% include header.html %}
   </head>
-  <body class="bd-home">
+  <body>
     <a id="skippy" class="sr-only sr-only-focusable" href="#content">
       <div class="container">
         <span class="skiplink-text">Skip to main content</span>