From: Lipis Date: Sun, 2 Mar 2014 10:03:09 +0000 (+0100) Subject: Removed margin-bottom from last p of .blog-footer X-Git-Tag: v3.2.0~438^2~1^2~1^2^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e872955737577e1f54651438edea7fc436696873;p=thirdparty%2Fbootstrap.git Removed margin-bottom from last p of .blog-footer --- diff --git a/docs/examples/blog/blog.css b/docs/examples/blog/blog.css index 08e0a8d42e..77ff9c4119 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; +}