diff options
| author | Jacob Thornton <[email protected]> | 2011-08-19 19:38:44 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-08-19 19:38:44 -0700 |
| commit | 630b874dbdcdff364976a07d0062a1be18fab119 (patch) | |
| tree | a5e25e16b5b8ad5fa76d60f4899ff94ebbb7ba1b /lib | |
| parent | 962acdc0d8271bb991e09c41add851015409e9c9 (diff) | |
| download | bootstrap-630b874dbdcdff364976a07d0062a1be18fab119.tar.xz bootstrap-630b874dbdcdff364976a07d0062a1be18fab119.zip | |
small or cite tag for Blockquotes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/type.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/type.less b/lib/type.less index 1ba44ad66..2e330f9a1 100644 --- a/lib/type.less +++ b/lib/type.less @@ -142,7 +142,7 @@ blockquote { #font > .shorthand(300,14px,@baseline); margin-bottom: 0; } - cite { + small, cite { display: block; #font > .shorthand(300,12px,@baseline); color: @grayLight; |
