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
bb059f28
Commit
bb059f28
authored
Aug 13, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
only affix the sidenav in the docs if the viewport is >800px tall (fixes #8704 and avoids #8721)
parent
2bc67b33
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
16 deletions
+18
-16
assets/css/docs.css
assets/css/docs.css
+18
-16
No files found.
assets/css/docs.css
View file @
bb059f28
...
...
@@ -822,10 +822,6 @@ body {
.bs-sidebar
{
display
:
block
;
}
/* Show the hidden subnavs when space allows it */
.bs-sidebar
.nav
>
.active
>
ul
{
display
:
block
;
}
/* Tweak display of docs jumbotrons */
.bs-masthead
{
...
...
@@ -850,7 +846,25 @@ body {
/* Tablets/desktops and up */
@media
screen
and
(
min-width
:
992px
)
{
.bs-header
h1
,
.bs-header
p
{
margin-right
:
380px
;
}
.carbonad
{
position
:
absolute
;
top
:
20px
;
right
:
0
;
padding
:
15px
!important
;
width
:
330px
!important
;
min-height
:
132px
;
}
}
@media
screen
and
(
min-width
:
992px
)
and
(
min-height
:
800px
)
{
/* Show the hidden subnavs when space allows it */
.bs-sidebar
.nav
>
.active
>
ul
{
display
:
block
;
}
/* Widen the fixed sidebar */
.bs-sidebar.affix
,
.bs-sidebar.affix-bottom
{
...
...
@@ -868,18 +882,6 @@ body {
margin-top
:
0
;
margin-bottom
:
0
;
}
.bs-header
h1
,
.bs-header
p
{
margin-right
:
380px
;
}
.carbonad
{
position
:
absolute
;
top
:
20px
;
right
:
0
;
padding
:
15px
!important
;
width
:
330px
!important
;
min-height
:
132px
;
}
}
/* Large desktops and up */
...
...
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