line-height: @headings-line-height;
color: @headings-color;
- small {
+ small,
+ .small {
font-weight: normal;
line-height: 1;
color: @headings-small-color;
margin-top: @line-height-computed;
margin-bottom: (@line-height-computed / 2);
- small {
+ small,
+ .small {
font-size: 65%;
}
}
margin-top: (@line-height-computed / 2);
margin-bottom: (@line-height-computed / 2);
- small {
+ small,
+ .small {
font-size: 75%;
}
}
border-right: 5px solid @blockquote-border-color;
border-left: 0;
p,
- small {
+ small,
+ .small {
text-align: right;
}
- small {
+ small,
+ .small {
&:before {
content: '';
}