From: Mark Otto Date: Sat, 20 Aug 2011 05:15:57 +0000 (-0700) Subject: remove the cite tag from blockquote since we pulled it from the docs X-Git-Tag: v1.1.0~18^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6dcfe94bab1110bb0d2b5ad9634396be7383ff22;p=thirdparty%2Fbootstrap.git remove the cite tag from blockquote since we pulled it from the docs --- diff --git a/lib/type.less b/lib/type.less index 2e330f9a17..e2f745b264 100644 --- a/lib/type.less +++ b/lib/type.less @@ -142,7 +142,7 @@ blockquote { #font > .shorthand(300,14px,@baseline); margin-bottom: 0; } - small, cite { + small { display: block; #font > .shorthand(300,12px,@baseline); color: @grayLight;