0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

Merge pull request #12894 from lipis/patch-2

Removed margin-bottom from last p of .blog-footer
This commit is contained in:
Mark Otto 2014-03-06 21:11:00 -08:00
commit 645eebba61

View File

@ -161,3 +161,6 @@ h6, .h6 {
background-color: #f9f9f9; background-color: #f9f9f9;
border-top: 1px solid #e5e5e5; border-top: 1px solid #e5e5e5;
} }
.blog-footer p:last-child {
margin-bottom: 0;
}