diff options
| author | Mark Otto <[email protected]> | 2014-06-25 22:29:02 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-06-25 22:29:02 -0700 |
| commit | b6e52d55ea2b0cfd01cddb539e0baf5abe01f89c (patch) | |
| tree | 1349fe8450b9aa3a3e24c88385f3dc3bcb6c348c /docs | |
| parent | 5fb1c065eb30b1987fa67452b9970c2e4284e75d (diff) | |
| parent | 29d97d07efef69034fa0eea644ed2966e750afae (diff) | |
| download | bootstrap-b6e52d55ea2b0cfd01cddb539e0baf5abe01f89c.tar.xz bootstrap-b6e52d55ea2b0cfd01cddb539e0baf5abe01f89c.zip | |
Merge pull request #13905 from Jimtrim/patch-1
Update cover.css
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/examples/cover/cover.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/cover/cover.css b/docs/examples/cover/cover.css index aee9449e6..9d566deda 100644 --- a/docs/examples/cover/cover.css +++ b/docs/examples/cover/cover.css @@ -33,8 +33,6 @@ body { color: #fff; text-align: center; text-shadow: 0 1px 3px rgba(0,0,0,.5); - -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5); - box-shadow: inset 0 0 100px rgba(0,0,0,.5); } /* Extra markup and styles for table-esque vertical and horizontal centering */ @@ -43,6 +41,8 @@ body { width: 100%; height: 100%; /* For at least Firefox */ min-height: 100%; + -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5); + box-shadow: inset 0 0 100px rgba(0,0,0,.5); } .site-wrapper-inner { display: table-cell; |
