diff options
| author | Mark Otto <[email protected]> | 2014-02-04 00:55:54 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-02-04 00:55:54 -0800 |
| commit | 9a01aa2c4489d6cb8624212d1cae492b6fe01df2 (patch) | |
| tree | 35b66be38aab7540802f764b5fbf4d28b0dd9020 /docs/examples/carousel | |
| parent | 9ba49426e972391bc4cbd42896baeb18b88ebd69 (diff) | |
| parent | 3ab2324df074cd21157d9e5e5ef57d0dd1fb9168 (diff) | |
| download | bootstrap-9a01aa2c4489d6cb8624212d1cae492b6fe01df2.tar.xz bootstrap-9a01aa2c4489d6cb8624212d1cae492b6fe01df2.zip | |
Merge pull request #12568 from XhmikosR/examples-csscomb
Add examples in csscomb
Diffstat (limited to 'docs/examples/carousel')
| -rw-r--r-- | docs/examples/carousel/carousel.css | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/docs/examples/carousel/carousel.css b/docs/examples/carousel/carousel.css index a728bd899..076ac232a 100644 --- a/docs/examples/carousel/carousel.css +++ b/docs/examples/carousel/carousel.css @@ -16,19 +16,19 @@ body { .navbar-wrapper { position: absolute; top: 0; - left: 0; right: 0; + left: 0; z-index: 20; } /* Flip around the padding for proper display in narrow viewports */ .navbar-wrapper .container { - padding-left: 0; padding-right: 0; + padding-left: 0; } .navbar-wrapper .navbar { - padding-left: 15px; padding-right: 15px; + padding-left: 15px; } @@ -65,21 +65,21 @@ body { /* Pad the edges of the mobile views a bit */ .marketing { - padding-left: 15px; padding-right: 15px; + padding-left: 15px; } /* Center align the text within the three columns below the carousel */ .marketing .col-lg-4 { - text-align: center; margin-bottom: 20px; + text-align: center; } .marketing h2 { font-weight: normal; } .marketing .col-lg-4 p { - margin-left: 10px; margin-right: 10px; + margin-left: 10px; } @@ -106,8 +106,8 @@ body { /* Remove the edge padding needed for mobile */ .marketing { - padding-left: 0; padding-right: 0; + padding-left: 0; } /* Navbar positioning foo */ @@ -115,12 +115,12 @@ body { margin-top: 20px; } .navbar-wrapper .container { - padding-left: 15px; padding-right: 15px; + padding-left: 15px; } .navbar-wrapper .navbar { - padding-left: 0; padding-right: 0; + padding-left: 0; } /* The navbar becomes detached from the top, so we round the corners */ @@ -138,7 +138,6 @@ body { .featurette-heading { font-size: 50px; } - } @media (min-width: 992px) { |
