aboutsummaryrefslogtreecommitdiff
path: root/docs/examples
diff options
context:
space:
mode:
authorLipis <[email protected]>2014-03-02 11:03:09 +0100
committerLipis <[email protected]>2014-03-02 11:03:09 +0100
commite872955737577e1f54651438edea7fc436696873 (patch)
treeb85a3b9f935605d176a0e9612509a9152b843069 /docs/examples
parentcd134f1ed6b83854bf1f327d092022cfacc1c655 (diff)
downloadbootstrap-e872955737577e1f54651438edea7fc436696873.tar.xz
bootstrap-e872955737577e1f54651438edea7fc436696873.zip
Removed margin-bottom from last p of .blog-footer
Diffstat (limited to 'docs/examples')
-rw-r--r--docs/examples/blog/blog.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/examples/blog/blog.css b/docs/examples/blog/blog.css
index 08e0a8d42..77ff9c411 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;
+}