We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48ed4d5 commit 42ada39Copy full SHA for 42ada39
css/flat-ui.css
@@ -406,13 +406,15 @@ blockquote p {
406
font-weight: normal;
407
margin-bottom: .4em;
408
}
409
-blockquote small {
+blockquote small,
410
+blockquote .small {
411
font-size: 18px;
412
line-height: 1.72222;
413
font-style: italic;
414
color: inherit;
415
-blockquote small:before {
416
+blockquote small:before,
417
+blockquote .small:before {
418
content: "";
419
420
blockquote.pull-right {
less/modules/type.less
@@ -177,7 +177,8 @@ blockquote {
177
178
179
180
- small {
+ small,
181
+ .small {
182
font-size: @font-size-base;
183
line-height: @line-height-base;
184
0 commit comments