【发布时间】:2012-10-08 03:38:30
【问题描述】:
bootstrap css 的起始模板包括以下内联:
body {
padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
}
在所有其他代码都在外部 .css 文件中时,将这种样式内联包含有哪些实际原因?
【问题讨论】:
-
也许如果它在某个时候重新排列,它不会在引导文件中被覆盖?内联 css 覆盖外部样式表。
标签: css twitter-bootstrap