Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
99edff6d
Commit
99edff6d
authored
Aug 03, 2014
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix sidebar again
parent
ae9c1609
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
1760 additions
and
606 deletions
+1760
-606
dist/css/bootstrap.css
dist/css/bootstrap.css
+484
-597
dist/css/bootstrap.css.map
dist/css/bootstrap.css.map
+0
-0
docs/_data/nav.yml
docs/_data/nav.yml
+1
-1
docs/_includes/docs-nav.html
docs/_includes/docs-nav.html
+1
-1
docs/assets/css/docs.min.css
docs/assets/css/docs.min.css
+1270
-1
docs/assets/less/docs.less
docs/assets/less/docs.less
+4
-6
No files found.
dist/css/bootstrap.css
View file @
99edff6d
This diff is collapsed.
Click to expand it.
dist/css/bootstrap.css.map
View file @
99edff6d
This diff was suppressed by a .gitattributes entry.
docs/_data/nav.yml
View file @
99edff6d
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,7 @@
-
title
:
Components
-
title
:
Components
pages
:
pages
:
-
title
:
Scaffolding
#
- title: Scaffolding
-
title
:
Typography
-
title
:
Typography
sections
:
sections
:
-
title
:
Scale
-
title
:
Scale
...
...
docs/_includes/docs-nav.html
View file @
99edff6d
...
@@ -44,7 +44,7 @@
...
@@ -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>
...
...
docs/assets/css/docs.min.css
View file @
99edff6d
This diff is collapsed.
Click to expand it.
docs/assets/less/docs.less
View file @
99edff6d
...
@@ -559,6 +559,7 @@ body {
...
@@ -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 {
...
@@ -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 {
...
@@ -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;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment