Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn Cuppens <martijn.cuppens@gmail.com>2019-05-08 19:58:29 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-05-09 21:30:32 +0300
commite9d8c1a9ddb6a6f12e377b557126137f10b24232 (patch)
tree7490bef6c9dee406cfbd2eddaeaf2ab227c3593e /site/_layouts/docs.html
parent36ea7e74210804e92fcc8fe58806d9a0cb5b7abd (diff)
Backport #28679.
* Documentation tweaks * Remove redundant `col-12` classes
Diffstat (limited to 'site/_layouts/docs.html')
-rw-r--r--site/_layouts/docs.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/_layouts/docs.html b/site/_layouts/docs.html
index cc4910c041..b9381923bc 100644
--- a/site/_layouts/docs.html
+++ b/site/_layouts/docs.html
@@ -10,7 +10,7 @@
<div class="container-fluid">
<div class="row flex-xl-nowrap">
- <div class="col-12 col-md-3 col-xl-2 bd-sidebar">
+ <div class="col-md-3 col-xl-2 bd-sidebar">
{% include docs-sidebar.html %}
</div>
@@ -20,7 +20,7 @@
</nav>
{% endif %}
- <main class="col-12 col-md-9 col-xl-8 py-md-3 pl-md-5 bd-content" role="main">
+ <main class="col-md-9 col-xl-8 py-md-3 pl-md-5 bd-content" role="main">
<h1 class="bd-title" id="content">{{ page.title | smartify }}</h1>
<p class="bd-lead">{{ page.description | smartify }}</p>
{% include ads.html %}