diff options
| author | Mark Otto <[email protected]> | 2012-07-15 16:13:25 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-07-15 16:13:25 -0700 |
| commit | e20d2dfe9d1f43e164d8fdbef64f4041df70b762 (patch) | |
| tree | 3432dd12f917813a1afdae27a77f86a5adc0b975 /less | |
| parent | 750badabf760d7fb0a68a1a214442ecbdff8a16c (diff) | |
| download | bootstrap-e20d2dfe9d1f43e164d8fdbef64f4041df70b762.tar.xz bootstrap-e20d2dfe9d1f43e164d8fdbef64f4041df70b762.zip | |
docs cleanup and blockquote cleanup for .pull-right option
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'; + } + } } } |
