mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
rename classes from .bs-docs and .bs to .bd
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<!-- Meta, title, CSS, favicons, etc. -->
|
||||
{% include header.html %}
|
||||
</head>
|
||||
<body class="bs-docs" data-spy="scroll" data-target=".bs-docs-sidenav-active">
|
||||
<body class="bd-docs" data-spy="scroll" data-target=".bd-sidenav-active">
|
||||
<a id="skippy" class="sr-only sr-only-focusable" href="#content">
|
||||
<div class="container">
|
||||
<span class="skiplink-text">Skip to main content</span>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<!-- Meta, title, CSS, favicons, etc. -->
|
||||
{% include header.html %}
|
||||
</head>
|
||||
<body class="bs-docs-home">
|
||||
<body class="bd-home">
|
||||
<a id="skippy" class="sr-only sr-only-focusable" href="#content">
|
||||
<div class="container">
|
||||
<span class="skiplink-text">Skip to main content</span>
|
||||
|
||||
@@ -4,8 +4,8 @@ layout: default
|
||||
|
||||
{% include nav-docs.html %}
|
||||
|
||||
<div class="bs-docs-container bs-docs-content">
|
||||
<div class="bd-container bd-content">
|
||||
{% include ads.html %}
|
||||
<h1 class="bs-docs-title">{{ page.title }}</h1>
|
||||
<h1 class="bd-title">{{ page.title }}</h1>
|
||||
{{ content }}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user