diff options
| author | Zlatan Vasović <[email protected]> | 2013-11-08 10:30:15 +0100 |
|---|---|---|
| committer | Zlatan Vasović <[email protected]> | 2013-11-08 10:33:22 +0100 |
| commit | 0da3901ed5a6d498af8b7c76b61d004a003f716b (patch) | |
| tree | bbc21dc4e16ddd9bcdeb207ef958910c28502aa2 /less | |
| parent | 463343af63344dbbc3db04f40b0b804baa919b7e (diff) | |
| download | bootstrap-0da3901ed5a6d498af8b7c76b61d004a003f716b.tar.xz bootstrap-0da3901ed5a6d498af8b7c76b61d004a003f716b.zip | |
Add missing `.small` styles and docs
Diffstat (limited to 'less')
| -rw-r--r-- | less/type.less | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/less/type.less b/less/type.less index 437c70b76..982d94f59 100644 --- a/less/type.less +++ b/less/type.less @@ -233,7 +233,8 @@ blockquote { p:last-child { margin-bottom: 0; } - small { + small, + .small { display: block; line-height: @line-height-base; color: @blockquote-small-color; |
