From: Mark Otto Date: Thu, 4 Dec 2014 23:20:55 +0000 (-0800) Subject: linting X-Git-Tag: v4.0.0-alpha~514 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d05e58449acf87a214c129f37913104aaa452c1d;p=thirdparty%2Fbootstrap.git linting --- diff --git a/docs/examples/blog/blog.css b/docs/examples/blog/blog.css index c3bc01e79d..da14fce9cc 100644 --- a/docs/examples/blog/blog.css +++ b/docs/examples/blog/blog.css @@ -41,7 +41,8 @@ h6, .h6 { .blog-masthead { margin-bottom: 3rem; background-color: #428bca; - box-shadow: inset 0 -.1rem .25rem rgba(0,0,0,.1); + -webkit-box-shadow: inset 0 -.1rem .25rem rgba(0,0,0,.1); + box-shadow: inset 0 -.1rem .25rem rgba(0,0,0,.1); } /* Nav links */ @@ -81,8 +82,8 @@ h6, .h6 { */ .blog-header { - margin-bottom: 2rem; padding-bottom: 1.25rem; + margin-bottom: 2rem; border-bottom: .05rem solid #eee; } .blog-title {