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
d1cf27bd
Commit
d1cf27bd
authored
10 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fix nested containers (addresses some of
#13682
)
parent
1e3b9380
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/examples/carousel/carousel.css
+4
-13
docs/examples/carousel/carousel.css
docs/examples/theme/theme.css
+4
-0
docs/examples/theme/theme.css
with
8 additions
and
13 deletions
+8
-13
docs/examples/carousel/carousel.css
+
4
-
13
View file @
d1cf27bd
...
@@ -22,7 +22,7 @@ body {
...
@@ -22,7 +22,7 @@ body {
}
}
/* Flip around the padding for proper display in narrow viewports */
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper
.container
{
.navbar-wrapper
>
.container
{
padding-right
:
0
;
padding-right
:
0
;
padding-left
:
0
;
padding-left
:
0
;
}
}
...
@@ -30,6 +30,9 @@ body {
...
@@ -30,6 +30,9 @@ body {
padding-right
:
15px
;
padding-right
:
15px
;
padding-left
:
15px
;
padding-left
:
15px
;
}
}
.navbar-wrapper
.navbar
.container
{
width
:
auto
;
}
/* CUSTOMIZE THE CAROUSEL
/* CUSTOMIZE THE CAROUSEL
...
@@ -63,12 +66,6 @@ body {
...
@@ -63,12 +66,6 @@ body {
/* MARKETING CONTENT
/* MARKETING CONTENT
-------------------------------------------------- */
-------------------------------------------------- */
/* Pad the edges of the mobile views a bit */
.marketing
{
padding-right
:
15px
;
padding-left
:
15px
;
}
/* Center align the text within the three columns below the carousel */
/* Center align the text within the three columns below the carousel */
.marketing
.col-lg-4
{
.marketing
.col-lg-4
{
margin-bottom
:
20px
;
margin-bottom
:
20px
;
...
@@ -104,12 +101,6 @@ body {
...
@@ -104,12 +101,6 @@ body {
@media
(
min-width
:
768px
)
{
@media
(
min-width
:
768px
)
{
/* Remove the edge padding needed for mobile */
.marketing
{
padding-right
:
0
;
padding-left
:
0
;
}
/* Navbar positioning foo */
/* Navbar positioning foo */
.navbar-wrapper
{
.navbar-wrapper
{
margin-top
:
20px
;
margin-top
:
20px
;
...
...
This diff is collapsed.
Click to expand it.
docs/examples/theme/theme.css
+
4
-
0
View file @
d1cf27bd
...
@@ -12,3 +12,7 @@ body {
...
@@ -12,3 +12,7 @@ body {
.theme-showcase
>
p
>
.btn
{
.theme-showcase
>
p
>
.btn
{
margin
:
5px
0
;
margin
:
5px
0
;
}
}
.theme-showcase
.navbar
.container
{
width
:
auto
;
}
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