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
6836530f
Commit
6836530f
authored
Aug 05, 2015
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
account for nav on docs pages
parent
b728fe2b
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
18 additions
and
14 deletions
+18
-14
docs/_includes/nav-home.html
docs/_includes/nav-home.html
+6
-8
docs/assets/css/docs.min.css
docs/assets/css/docs.min.css
+5
-3
docs/assets/css/docs.min.css.map
docs/assets/css/docs.min.css.map
+0
-0
docs/assets/scss/_homepage.scss
docs/assets/scss/_homepage.scss
+1
-2
docs/assets/scss/_layout.scss
docs/assets/scss/_layout.scss
+5
-0
docs/assets/scss/_sidebar.scss
docs/assets/scss/_sidebar.scss
+1
-1
No files found.
docs/_includes/nav-home.html
View file @
6836530f
<header
class=
"navbar navbar-sm navbar-inverse navbar-fixed-top bd-navbar"
role=
"banner"
>
<div
class=
"container"
>
<nav
class=
"nav navbar-nav"
>
<a
class=
"nav-item nav-link"
href=
"{{ site.baseurl }}/"
onclick=
"ga('send', 'event', 'Navbar', 'Community links', 'Bootstrap');"
>
Bootstrap
</a>
<a
class=
"nav-item nav-link"
href=
"{{ site.baseurl }}/getting-started/overview/"
onclick=
"ga('send', 'event', 'Navbar', 'Community links', 'Docs');"
>
Documentation
</a>
<a
class=
"nav-item nav-link"
href=
"{{ site.expo }}"
onclick=
"ga('send', 'event', 'Navbar', 'Community links', 'Expo');"
>
Expo
</a>
<a
class=
"nav-item nav-link"
href=
"{{ site.blog }}"
onclick=
"ga('send', 'event', 'Navbar', 'Community links', 'Blog');"
>
Blog
</a>
</nav>
</div>
</header>
docs/assets/css/docs.min.css
View file @
6836530f
...
...
@@ -4,6 +4,9 @@
* Licensed under the Creative Commons Attribution 3.0 Unported License. For
* details, see http://creativecommons.org/licenses/by/3.0/.
*/
.bd-docs
{
padding-top
:
3.7rem
;
}
.bd-container
{
position
:
relative
;
max-width
:
62rem
;
...
...
@@ -81,7 +84,7 @@
margin-left
:
240px
;
}
.bd-sidebar
{
position
:
fixed
;
top
:
0
;
top
:
3.7rem
;
bottom
:
0
;
left
:
0
;
width
:
240px
;
...
...
@@ -240,8 +243,7 @@
background-color
:
rgba
(
0
,
0
,
0
,
0.5
);
}
.bd-navbar
{
padding-top
:
.25rem
;
padding-bottom
:
.25rem
;
padding
:
.25rem
;
background-color
:
#2a2730
;
}
.bd-navbar
.nav-link
{
color
:
#8e869d
;
}
...
...
docs/assets/css/docs.min.css.map
View file @
6836530f
This diff was suppressed by a .gitattributes entry.
docs/assets/scss/_homepage.scss
View file @
6836530f
...
...
@@ -30,8 +30,7 @@
//
.bd-navbar
{
padding-top
:
.25rem
;
padding-bottom
:
.25rem
;
padding
:
.25rem
;
background-color
:
$bd-graphite
;
.nav-link
{
...
...
docs/assets/scss/_layout.scss
View file @
6836530f
.bd-docs
{
padding-top
:
3
.7rem
;
}
// Custom container
//
// Doesn't use the default `.container` styles for easier modifications.
...
...
docs/assets/scss/_sidebar.scss
View file @
6836530f
...
...
@@ -31,7 +31,7 @@
}
.bd-sidebar
{
position
:
fixed
;
top
:
0
;
top
:
3
.7rem
;
bottom
:
0
;
left
:
0
;
width
:
240px
;
...
...
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