diff options
| author | Mark Otto <[email protected]> | 2014-03-06 21:44:46 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-03-06 21:44:46 -0800 |
| commit | df3eb66ede02646c3ddc15b796d189f5effc60bb (patch) | |
| tree | a2705394355a4d1244e2dd9f7e8723e680477f6f /docs/examples | |
| parent | 4868096dbdfbf9f82e08cf2906fd2ce19f8f1560 (diff) | |
| parent | 0c9308a3b29be6d56c582dce33092164be7997b4 (diff) | |
| download | bootstrap-df3eb66ede02646c3ddc15b796d189f5effc60bb.tar.xz bootstrap-df3eb66ede02646c3ddc15b796d189f5effc60bb.zip | |
Merge branch 'master' into popovers-use-radii-var
Conflicts:
dist/css/bootstrap.css.map
docs/assets/js/raw-files.min.js
docs/dist/css/bootstrap.css.map
Diffstat (limited to 'docs/examples')
| -rw-r--r-- | docs/examples/blog/blog.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/examples/blog/blog.css b/docs/examples/blog/blog.css index 22ca90c81..575076a8d 100644 --- a/docs/examples/blog/blog.css +++ b/docs/examples/blog/blog.css @@ -161,3 +161,6 @@ h6, .h6 { background-color: #f9f9f9; border-top: 1px solid #e5e5e5; } +.blog-footer p:last-child { + margin-bottom: 0; +} |
