aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/cover
diff options
context:
space:
mode:
authorBas Bosman <[email protected]>2014-02-22 11:17:58 +0100
committerBas Bosman <[email protected]>2014-03-07 09:01:54 +0100
commitcb7eb674accd24b6b73f26ef23cf4a301b6ebfaf (patch)
tree6a08e87eb348c9ab4ec14059dcb6d662da908a87 /docs/examples/cover
parent84a7431dfd036df64df9aa9ecab82a54bd8083d8 (diff)
downloadbootstrap-cb7eb674accd24b6b73f26ef23cf4a301b6ebfaf.tar.xz
bootstrap-cb7eb674accd24b6b73f26ef23cf4a301b6ebfaf.zip
Add autoprefixer
Diffstat (limited to 'docs/examples/cover')
-rw-r--r--docs/examples/cover/cover.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/examples/cover/cover.css b/docs/examples/cover/cover.css
index 9fcc9274f..aee9449e6 100644
--- a/docs/examples/cover/cover.css
+++ b/docs/examples/cover/cover.css
@@ -33,7 +33,8 @@ body {
color: #fff;
text-align: center;
text-shadow: 0 1px 3px rgba(0,0,0,.5);
- box-shadow: inset 0 0 100px 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 */