Commit 645eebba authored by Mark Otto's avatar Mark Otto

Merge pull request #12894 from lipis/patch-2

Removed margin-bottom from last p of .blog-footer
parents 17e41098 e8729557
......@@ -161,3 +161,6 @@ h6, .h6 {
background-color: #f9f9f9;
border-top: 1px solid #e5e5e5;
}
.blog-footer p:last-child {
margin-bottom: 0;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment