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
7b42b8b0
Commit
7b42b8b0
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fixes
#8797
: only expand submenu docs links at >768px
parent
6c44246d
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
assets/css/docs.css
+5
-4
assets/css/docs.css
with
5 additions
and
4 deletions
+5
-4
assets/css/docs.css
+
5
-
4
View file @
7b42b8b0
...
...
@@ -261,12 +261,9 @@ body {
/* Nav: second level (shown on .active) */
.bs-sidebar
.nav
.nav
{
display
:
none
;
display
:
none
;
/* Hide by default, but at >768px, show it */
margin-bottom
:
8px
;
}
.bs-sidebar
.nav
>
.active
>
ul
{
display
:
block
;
}
.bs-sidebar
.nav
.nav
>
li
>
a
{
padding-top
:
3px
;
padding-bottom
:
3px
;
...
...
@@ -792,6 +789,10 @@ input.focused {
.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
{
...
...
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