diff options
| author | Mark Otto <[email protected]> | 2014-12-04 15:20:55 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-12-04 15:20:55 -0800 |
| commit | d05e58449acf87a214c129f37913104aaa452c1d (patch) | |
| tree | 4bbc5fffbb507d7daaef1ceeaca94801d52f96da /docs/examples | |
| parent | 2fa4ab82090b273a8faf58ae3f1afb31702088e2 (diff) | |
| download | bootstrap-d05e58449acf87a214c129f37913104aaa452c1d.tar.xz bootstrap-d05e58449acf87a214c129f37913104aaa452c1d.zip | |
linting
Diffstat (limited to 'docs/examples')
| -rw-r--r-- | docs/examples/blog/blog.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/examples/blog/blog.css b/docs/examples/blog/blog.css index c3bc01e79..da14fce9c 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 { |
