aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorZlatan Vasović <[email protected]>2013-11-08 10:30:15 +0100
committerZlatan Vasović <[email protected]>2013-11-08 10:33:22 +0100
commit0da3901ed5a6d498af8b7c76b61d004a003f716b (patch)
treebbc21dc4e16ddd9bcdeb207ef958910c28502aa2 /dist/css/bootstrap.css
parent463343af63344dbbc3db04f40b0b804baa919b7e (diff)
downloadbootstrap-0da3901ed5a6d498af8b7c76b61d004a003f716b.tar.xz
bootstrap-0da3901ed5a6d498af8b7c76b61d004a003f716b.zip
Add missing `.small` styles and docs
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 6aef1f6fd..6d9bead8d 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -692,13 +692,15 @@ blockquote p:last-child {
margin-bottom: 0;
}
-blockquote small {
+blockquote small,
+blockquote .small {
display: block;
line-height: 1.428571429;
color: #999999;
}
-blockquote small:before {
+blockquote small:before,
+blockquote .small:before {
content: '\2014 \00A0';
}