diff options
| author | Mark Otto <[email protected]> | 2014-03-06 21:11:00 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-03-06 21:11:00 -0800 |
| commit | 645eebba618b0990d1699bef1e64f4567792b58e (patch) | |
| tree | 43bef19534b099d97956d2c83f9595922cde991f | |
| parent | 17e41098c89a6c74273dee81dbf6c260d19ff412 (diff) | |
| parent | e872955737577e1f54651438edea7fc436696873 (diff) | |
| download | bootstrap-645eebba618b0990d1699bef1e64f4567792b58e.tar.xz bootstrap-645eebba618b0990d1699bef1e64f4567792b58e.zip | |
Merge pull request #12894 from lipis/patch-2
Removed margin-bottom from last p of .blog-footer
| -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; +} |
