aboutsummaryrefslogtreecommitdiff
path: root/less/type.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-07-15 16:13:25 -0700
committerMark Otto <[email protected]>2012-07-15 16:13:25 -0700
commite20d2dfe9d1f43e164d8fdbef64f4041df70b762 (patch)
tree3432dd12f917813a1afdae27a77f86a5adc0b975 /less/type.less
parent750badabf760d7fb0a68a1a214442ecbdff8a16c (diff)
downloadbootstrap-e20d2dfe9d1f43e164d8fdbef64f4041df70b762.tar.xz
bootstrap-e20d2dfe9d1f43e164d8fdbef64f4041df70b762.zip
docs cleanup and blockquote cleanup for .pull-right option
Diffstat (limited to 'less/type.less')
-rw-r--r--less/type.less8
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';
+ }
+ }
}
}