From cb7eb674accd24b6b73f26ef23cf4a301b6ebfaf Mon Sep 17 00:00:00 2001 From: Bas Bosman Date: Sat, 22 Feb 2014 11:17:58 +0100 Subject: Add autoprefixer --- docs/examples/blog/blog.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/examples/blog') diff --git a/docs/examples/blog/blog.css b/docs/examples/blog/blog.css index 575076a8d..9d7298160 100644 --- a/docs/examples/blog/blog.css +++ b/docs/examples/blog/blog.css @@ -37,7 +37,8 @@ h6, .h6 { .blog-masthead { background-color: #428bca; - box-shadow: inset 0 -2px 5px rgba(0,0,0,.1); + -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1); + box-shadow: inset 0 -2px 5px rgba(0,0,0,.1); } /* Nav links */ -- cgit v1.2.3