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/non-responsive | |
| 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/non-responsive')
| -rw-r--r-- | docs/examples/non-responsive/non-responsive.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/examples/non-responsive/non-responsive.css b/docs/examples/non-responsive/non-responsive.css index a74e3cbb8..b0e1920b4 100644 --- a/docs/examples/non-responsive/non-responsive.css +++ b/docs/examples/non-responsive/non-responsive.css @@ -6,9 +6,9 @@ /* Account for fixed navbar */ body { + min-width: 970px; padding-top: 70px; padding-bottom: 30px; - min-width: 970px; } /* Finesse the page header spacing */ @@ -28,8 +28,8 @@ body { /* Reset the container */ .container { - max-width: none !important; width: 970px; + max-width: none !important; } /* Demonstrate the grids */ @@ -94,12 +94,12 @@ body { position: absolute; float: left; background-color: #fff; - border: 1px solid #cccccc; - border: 1px solid rgba(0, 0, 0, 0.15); + border: 1px solid #ccc; + border: 1px solid rgba(0, 0, 0, .15); border-width: 0 1px 1px; border-radius: 0 0 4px 4px; - -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); - box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); + -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); + box-shadow: 0 6px 12px rgba(0, 0, 0, .175); } .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #333; |
