aboutsummaryrefslogtreecommitdiff
path: root/docs/examples
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-03-06 21:11:00 -0800
committerMark Otto <[email protected]>2014-03-06 21:11:00 -0800
commit645eebba618b0990d1699bef1e64f4567792b58e (patch)
tree43bef19534b099d97956d2c83f9595922cde991f /docs/examples
parent17e41098c89a6c74273dee81dbf6c260d19ff412 (diff)
parente872955737577e1f54651438edea7fc436696873 (diff)
downloadbootstrap-645eebba618b0990d1699bef1e64f4567792b58e.tar.xz
bootstrap-645eebba618b0990d1699bef1e64f4567792b58e.zip
Merge pull request #12894 from lipis/patch-2
Removed margin-bottom from last p of .blog-footer
Diffstat (limited to 'docs/examples')
-rw-r--r--docs/examples/blog/blog.css3
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;
+}