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
031ed98c
Commit
031ed98c
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Plain Diff
Merge pull request
#22
from Dev-Ad/patch-1
.navbar-wrapper need higher z-index to be on top of the carousel
parents
2a4aacc0
a9144b50
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
carousel/carousel.css
+1
-2
carousel/carousel.css
with
1 addition
and
2 deletions
+1
-2
carousel/carousel.css
+
1
-
2
View file @
031ed98c
/* GLOBAL STYLES
/* GLOBAL STYLES
-------------------------------------------------- */
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
/* Padding below the footer and lighter body text */
...
@@ -16,7 +15,7 @@ body {
...
@@ -16,7 +15,7 @@ body {
/* Special class on .container surrounding .navbar, used for positioning it into place. */
/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper
{
.navbar-wrapper
{
position
:
relative
;
position
:
relative
;
z-index
:
1
0
;
z-index
:
1
5
;
}
}
...
...
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