mirror of https://github.com/twbs/bootstrap.git
remove the cite tag from blockquote since we pulled it from the docs
This commit is contained in:
parent
f1a6972281
commit
6dcfe94bab
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue