diff options
Diffstat (limited to 'less')
| -rw-r--r-- | less/tests/css-tests.html | 1 | ||||
| -rw-r--r-- | less/type.less | 8 |
2 files changed, 8 insertions, 1 deletions
diff --git a/less/tests/css-tests.html b/less/tests/css-tests.html index 6cc48a608..fd687ac3a 100644 --- a/less/tests/css-tests.html +++ b/less/tests/css-tests.html @@ -1053,7 +1053,6 @@ - </div><!-- /container --> 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'; + } + } } } |
