mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-24 06:03:10 +02:00
fix sidebar again
This commit is contained in:
1029
dist/css/bootstrap.css
vendored
1029
dist/css/bootstrap.css
vendored
File diff suppressed because it is too large
Load Diff
2
dist/css/bootstrap.css.map
vendored
2
dist/css/bootstrap.css.map
vendored
File diff suppressed because one or more lines are too long
@@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
- title: Components
|
- title: Components
|
||||||
pages:
|
pages:
|
||||||
- title: Scaffolding
|
# - title: Scaffolding
|
||||||
- title: Typography
|
- title: Typography
|
||||||
sections:
|
sections:
|
||||||
- title: Scale
|
- title: Scale
|
||||||
|
@@ -44,7 +44,7 @@
|
|||||||
<ul class="nav">
|
<ul class="nav">
|
||||||
{% for section in doc.sections %}
|
{% for section in doc.sections %}
|
||||||
<li>
|
<li>
|
||||||
<a href="{{ site.baseurl }}{{ group.title | downcase | replace: ' ', '-' }}/{{ doc.title | downcase | replace: ' ', '-' }}#{{ section.title | downcase | replace: ' ', '-' }}">
|
<a href="{{ site.baseurl }}{{ group.title | downcase | replace: ' ', '-' }}/{{ doc.title | downcase | replace: ' ', '-' }}/#{{ section.title | downcase | replace: ' ', '-' }}">
|
||||||
{{ section.title }}
|
{{ section.title }}
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
1271
docs/assets/css/docs.min.css
vendored
1271
docs/assets/css/docs.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -559,6 +559,7 @@ body {
|
|||||||
//
|
//
|
||||||
|
|
||||||
.bs-docs-sidebar {
|
.bs-docs-sidebar {
|
||||||
|
padding: 0;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
background-color: #322f38;
|
background-color: #322f38;
|
||||||
}
|
}
|
||||||
@@ -606,12 +607,13 @@ body {
|
|||||||
display: block;
|
display: block;
|
||||||
float: none;
|
float: none;
|
||||||
height: auto;
|
height: auto;
|
||||||
padding: 20px;
|
padding: 2rem 1.25rem;
|
||||||
|
/*padding: 20px;*/
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
border-bottom: 1px solid rgba(255,255,255,.1);
|
/*border-bottom: 1px solid rgba(255,255,255,.1);*/
|
||||||
}
|
}
|
||||||
.bs-docs-sidebar-brand:hover,
|
.bs-docs-sidebar-brand:hover,
|
||||||
.bs-docs-sidebar-brand:focus {
|
.bs-docs-sidebar-brand:focus {
|
||||||
@@ -622,10 +624,6 @@ body {
|
|||||||
.bs-docs-sidenav {
|
.bs-docs-sidenav {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.bs-docs-toc-item {
|
|
||||||
margin-right: -.75rem;
|
|
||||||
margin-left: -.75rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.bs-docs-toc-link {
|
.bs-docs-toc-link {
|
||||||
display: block;
|
display: block;
|
||||||
|
Reference in New Issue
Block a user