aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-08-19 22:15:57 -0700
committerMark Otto <[email protected]>2011-08-19 22:15:57 -0700
commit6dcfe94bab1110bb0d2b5ad9634396be7383ff22 (patch)
tree6cd6c57e47d38d619e0b4d5650765db6a8601a95
parentf1a69722817072bf71802c78a34ae74b2c4c5ecc (diff)
downloadbootstrap-6dcfe94bab1110bb0d2b5ad9634396be7383ff22.tar.xz
bootstrap-6dcfe94bab1110bb0d2b5ad9634396be7383ff22.zip
remove the cite tag from blockquote since we pulled it from the docs
-rw-r--r--lib/type.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/type.less b/lib/type.less
index 2e330f9a1..e2f745b26 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;