2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Restyle the blockquote to not thin text or change line-height

This commit is contained in:
Mark Otto
2013-12-15 11:29:58 -08:00
parent fd62247bf8
commit a7029edc61
3 changed files with 1 additions and 5 deletions
-2
View File
@@ -602,8 +602,6 @@ blockquote {
}
blockquote p {
font-size: 17.5px;
font-weight: 300;
line-height: 1.25;
}
blockquote p:last-child {
margin-bottom: 0;
+1 -1
View File
File diff suppressed because one or more lines are too long
-2
View File
@@ -266,8 +266,6 @@ blockquote {
border-left: 5px solid @blockquote-border-color;
p {
font-size: (@font-size-base * 1.25);
font-weight: 300;
line-height: 1.25;
}
p:last-child {
margin-bottom: 0;