From e872955737577e1f54651438edea7fc436696873 Mon Sep 17 00:00:00 2001 From: Lipis Date: Sun, 2 Mar 2014 11:03:09 +0100 Subject: [PATCH] Removed margin-bottom from last p of .blog-footer --- docs/examples/blog/blog.css | 3 +++ 1 file changed, 3 insertions(+) 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; +}