From 6dcfe94bab1110bb0d2b5ad9634396be7383ff22 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 19 Aug 2011 22:15:57 -0700 Subject: [PATCH] remove the cite tag from blockquote since we pulled it from the docs --- lib/type.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;