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
89bbeec8
Commit
89bbeec8
authored
Apr 01, 2013
by
Robert Burns
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Additional cleanup to responsive navbar
parent
1816483b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
37 deletions
+1
-37
docs/examples/carousel.html
docs/examples/carousel.html
+1
-37
No files found.
docs/examples/carousel.html
View file @
89bbeec8
...
@@ -30,30 +30,6 @@ body {
...
@@ -30,30 +30,6 @@ body {
margin-top
:
20px
;
margin-top
:
20px
;
margin-bottom
:
-90px
;
/* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
margin-bottom
:
-90px
;
/* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
}
}
.navbar-wrapper
.navbar
{
}
/* Remove border and change up box shadow for more contrast */
.navbar
.navbar-inner
{
border
:
0
;
-webkit-box-shadow
:
0
2px
10px
rgba
(
0
,
0
,
0
,
.25
);
-moz-box-shadow
:
0
2px
10px
rgba
(
0
,
0
,
0
,
.25
);
box-shadow
:
0
2px
10px
rgba
(
0
,
0
,
0
,
.25
);
}
/* Downsize the brand/project name a bit */
.navbar
.brand
{
padding
:
14px
20px
16px
;
/* Increase vertical padding to match navbar links */
font-size
:
16px
;
font-weight
:
bold
;
text-shadow
:
0
-1px
0
rgba
(
0
,
0
,
0
,
.5
);
}
/* Navbar links: increase padding for taller navbar */
.navbar
.nav
>
li
>
a
{
padding
:
15px
20px
;
}
/* CUSTOMIZE THE CAROUSEL
/* CUSTOMIZE THE CAROUSEL
...
@@ -87,11 +63,7 @@ body {
...
@@ -87,11 +63,7 @@ body {
padding
:
0
20px
;
padding
:
0
20px
;
margin-top
:
200px
;
margin-top
:
200px
;
}
}
.carousel-caption
h1
,
.carousel-caption
.lead
{
margin
:
0
;
line-height
:
1.25
;
}
.carousel-caption
.btn
{
.carousel-caption
.btn
{
margin-top
:
10px
;
margin-top
:
10px
;
}
}
...
@@ -155,10 +127,6 @@ body {
...
@@ -155,10 +127,6 @@ body {
margin-bottom
:
0
;
margin-bottom
:
0
;
width
:
auto
;
width
:
auto
;
}
}
.navbar-inner
{
border-radius
:
0
;
margin
:
-20px
0
;
}
.carousel
.item
{
.carousel
.item
{
height
:
500px
;
height
:
500px
;
...
@@ -184,10 +152,6 @@ body {
...
@@ -184,10 +152,6 @@ body {
@media
(
max-width
:
767px
)
{
@media
(
max-width
:
767px
)
{
.navbar-inner
{
margin
:
-20px
;
}
.carousel
{
.carousel
{
margin-left
:
-20px
;
margin-left
:
-20px
;
margin-right
:
-20px
;
margin-right
:
-20px
;
...
...
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