From e20d2dfe9d1f43e164d8fdbef64f4041df70b762 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 15 Jul 2012 16:13:25 -0700 Subject: docs cleanup and blockquote cleanup for .pull-right option --- less/tests/css-tests.html | 1 - less/type.less | 8 ++++++++ 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'less') 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 @@ - 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'; + } + } } } -- cgit v1.2.3