1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-20 04:11:39 +02:00

remove the cite tag from blockquote since we pulled it from the docs

This commit is contained in:
Mark Otto
2011-08-19 22:15:57 -07:00
parent f1a6972281
commit 6dcfe94bab

View File

@@ -142,7 +142,7 @@ blockquote {
#font > .shorthand(300,14px,@baseline); #font > .shorthand(300,14px,@baseline);
margin-bottom: 0; margin-bottom: 0;
} }
small, cite { small {
display: block; display: block;
#font > .shorthand(300,12px,@baseline); #font > .shorthand(300,12px,@baseline);
color: @grayLight; color: @grayLight;