Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
d4a1244c
Commit
d4a1244c
authored
7 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fix font-size and borders
parent
251c7be1
7 merge requests
!28721
Hot test
,
!27561
Adds font-weight-medium to font weight classes
,
!25326
Adjust examples
,
!23995
Add back cursor: pointer for .btn-link
,
!23178
Spinner
,
!22716
Docs redesign
,
!17021
v4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/assets/scss/_sidebar.scss
+3
-2
docs/assets/scss/_sidebar.scss
with
3 additions
and
2 deletions
+3
-2
docs/assets/scss/_sidebar.scss
+
3
-
2
View file @
d4a1244c
...
...
@@ -11,7 +11,7 @@
padding-top
:
1
.5rem
;
padding-bottom
:
1
.5rem
;
overflow-y
:
auto
;
font-size
:
.85rem
;
font-size
:
.8
7
5rem
;
}
.section-nav
{
...
...
@@ -44,13 +44,14 @@
.bd-sidebar
{
background-color
:
#f5f5f5
;
border-
right
:
1px
solid
rgba
(
0
,
0
,
0
,.
1
);
border-
bottom
:
1px
solid
rgba
(
0
,
0
,
0
,.
1
);
@include
media-breakpoint-up
(
md
)
{
position
:
sticky
;
top
:
4rem
;
max-height
:
calc
(
100vh
-
4rem
);
overflow-y
:
auto
;
border-right
:
1px
solid
rgba
(
0
,
0
,
0
,.
1
);
}
@include
media-breakpoint-up
(
xl
)
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets