html - Bootstrap 3 : Issue with blockquote

标签 html css twitter-bootstrap-3

我在输入这段代码时遇到了问题:

<blockquote>
  <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
  <footer>Someone famous in <cite title="Source Title">Source Title</cite></footer>
</blockquote>

它在我的页面上不起作用,但我有 css bootstrap 3 和 jquery 的所有文件,其他东西工作正常,例如 Dropdown,例如当我检查 css 文件中的 blockquote 时,我只找到 blockquote,但我没有效果

帮助和感谢!

最佳答案

您使用的是 3.1.0 版吗?因为这是 v3.1.0 的特性(参见 #11660)。 如果您不使用 v3.1.0,则更改 <footer><small>

关于html - Bootstrap 3 : Issue with blockquote,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21709240/

相关文章:

html - 具有可变宽度列的 Bootstrap 网格

html - 为什么我的下拉 CSS 消失了,我该如何解决?

html - 为什么我的网站右侧有额外的空白区域?

html - Css 网格 : horizontal two colums, 但垂直翻转

html - 将鼠标悬停在文本 SVG MAP 上时出错

html - 笔画动画没有发生

javascript - 旋转文本保持宽度

html - CSS 不会在 IE8 上加载

html - 如何使侧边栏表单仅在大屏幕上固定

css - 多个 div 在 bootstrap 3 中重叠,它们之间没有边距