2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Fixes #7640: only reset margin on last-child p within blockquotes

This commit is contained in:
Mark Otto
2013-04-20 12:09:08 -07:00
parent 90b195872e
commit afdab35aca
2 changed files with 13 additions and 17 deletions
+4 -2
View File
@@ -196,15 +196,17 @@ abbr.initialism {
// Blockquotes
blockquote {
padding: 0 0 0 15px;
padding: (@line-height-base/2) @line-height-base;
margin: 0 0 @line-height-base;
border-left: 5px solid @grayLighter;
p {
margin-bottom: 0;
font-size: (@font-size-base * 1.25);
font-weight: 300;
line-height: 1.25;
}
p:last-child {
margin-bottom: 0;
}
small {
display: block;
line-height: @line-height-base;