From 29d97d07efef69034fa0eea644ed2966e750afae Mon Sep 17 00:00:00 2001 From: Jim Frode Hoff Date: Mon, 23 Jun 2014 22:50:38 +0200 Subject: Update cover.css Moved the inset box-shadow to .site-wrapper in order to keep the shadow at the edges even if content exceeds viewport and needs scrolling. --- docs/examples/cover/cover.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/examples/cover') 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; -- cgit v1.2.3 From 9742bb2ee46f7a41fd162ec6fedb995e0c70c2f1 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 27 Jul 2014 17:01:34 -0700 Subject: Fix #14164: move Windows Phone 8 IE10 viewport bug workaround script to footer of pages --- docs/examples/cover/index.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'docs/examples/cover') diff --git a/docs/examples/cover/index.html b/docs/examples/cover/index.html index 193fc74b4..d7e4fe7f0 100644 --- a/docs/examples/cover/index.html +++ b/docs/examples/cover/index.html @@ -20,9 +20,6 @@ - - - + -- cgit v1.2.3