diff options
Diffstat (limited to 'less/type.less')
| -rw-r--r-- | less/type.less | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/less/type.less b/less/type.less index 697b64a54..5cb93af0f 100644 --- a/less/type.less +++ b/less/type.less @@ -179,6 +179,14 @@ blockquote { small { text-align: right; } + small { + &:before { + content: ''; + } + &:after { + content: '\00A0 \2014'; + } + } } } |
