Skip to content
GitLab
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
22afc82a
Commit
22afc82a
authored
8 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
hide page header for now, border top nav, sticky sidebar
parent
f235da05
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
docs/_layouts/docs.html
+2
-2
docs/_layouts/docs.html
docs/assets/scss/_content.scss
+1
-0
docs/assets/scss/_content.scss
docs/assets/scss/_nav.scss
+2
-0
docs/assets/scss/_nav.scss
docs/assets/scss/_sidebar.scss
+7
-0
docs/assets/scss/_sidebar.scss
with
12 additions
and
2 deletions
+12
-2
docs/_layouts/docs.html
+
2
-
2
View file @
22afc82a
...
@@ -12,12 +12,12 @@
...
@@ -12,12 +12,12 @@
{% include nav-home.html %}
{% include nav-home.html %}
<div
class=
"bd-pageheader"
>
<!--
<div class="bd-pageheader">
<div class="container">
<div class="container">
{% include page-headers.html %}
{% include page-headers.html %}
{% include ads.html %}
{% include ads.html %}
</div>
</div>
</div>
</div>
-->
<div
class=
"container"
>
<div
class=
"container"
>
<div
class=
"row"
>
<div
class=
"row"
>
...
...
This diff is collapsed.
Click to expand it.
docs/assets/scss/_content.scss
+
1
-
0
View file @
22afc82a
...
@@ -65,6 +65,7 @@
...
@@ -65,6 +65,7 @@
}
}
.bd-title
{
.bd-title
{
margin-top
:
2rem
;
margin-bottom
:
2rem
;
margin-bottom
:
2rem
;
font-weight
:
300
;
font-weight
:
300
;
...
...
This diff is collapsed.
Click to expand it.
docs/assets/scss/_nav.scss
+
2
-
0
View file @
22afc82a
...
@@ -5,6 +5,8 @@
...
@@ -5,6 +5,8 @@
.bd-navbar
{
.bd-navbar
{
padding-right
:
0
;
padding-right
:
0
;
padding-left
:
0
;
padding-left
:
0
;
margin-bottom
:
2rem
;
border-bottom
:
1px
solid
rgba
(
0
,
0
,
0
,.
1
);
.navbar-nav
{
.navbar-nav
{
.nav-link
{
.nav-link
{
...
...
This diff is collapsed.
Click to expand it.
docs/assets/scss/_sidebar.scss
+
7
-
0
View file @
22afc82a
...
@@ -2,6 +2,13 @@
...
@@ -2,6 +2,13 @@
// Side navigation
// Side navigation
//
//
.bd-sidebar
{
@include
media-breakpoint-up
(
md
)
{
position
:
sticky
;
top
:
2rem
;
}
}
.bd-search
{
.bd-search
{
position
:
relative
;
position
:
relative
;
margin-bottom
:
1
.5rem
;
margin-bottom
:
1
.5rem
;
...
...
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