您在良好SHOULD發生良知刪除保證金。我只是說你應該使用CSS重置。 :)這只是發生在Firefox,因爲它可以在這種情況下這種行爲讀取默認H3 CSS的
http://www.cssreset.com/
例復位
/**
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
我不能告訴到底是哪間距您反對。你能編輯小提琴,所以違規區域被塗上紅色或其他東西,使其更明顯? '.navbar'有一個20px的底部邊距,'.jumbotron'有30個底部邊距,都在'#header-wrap'內。 '#header-wrap'底部邊框與其內容之間的差距似乎是由'.jumbotron'的邊距指令造成的。 – Neek
謝謝。我將底部邊框更改爲紅色並更新了小提琴和問題。 – bflemi3
我在Firefox和Chrome中看到jumbotron的灰色內容和紅色邊框之間的30px空白區域。這只是保證金指令。感覺像我失去了一些東西... – Neek