]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Removed margin-bottom from last p of .blog-footer 12894/head
authorLipis <lipis@users.noreply.github.com>
Sun, 2 Mar 2014 10:03:09 +0000 (11:03 +0100)
committerLipis <lipis@users.noreply.github.com>
Sun, 2 Mar 2014 10:03:09 +0000 (11:03 +0100)
docs/examples/blog/blog.css

index 08e0a8d42e955da3f69489986e6f27a2cdab6489..77ff9c4119698ab9f04796f4d6bb402377499dd8 100644 (file)
@@ -161,3 +161,6 @@ h6, .h6 {
   background-color: #f9f9f9;
   border-top: 1px solid #e5e5e5;
 }
+.blog-footer p:last-child {
+  margin-bottom: 0;
+}