Bootstrap Jumbotron wird nicht ganz breit

Hallo, ich versuche, mein Jumbotron so zu reparieren, dass es die volle Breite des Bildschirms hat, aber irgendwie braucht es eine15px padding-left, padding-right. Wenn ich die Füllung entferne, erscheint die horizontale Bildlaufleiste mit einem30px right margin. Ich verwende die Standard-Bootstrap-Version 3.0.3 und das Standard-VS2013-Layout. Nach diesemVerknüpfung Ich habe das Jumbotron von außen entfernt.container meine seite sieht so aus

<body>
<div class="navbar navbar-inverse navbar-fixed-top">.... Navigation stuff</div>
<div class="jumbotron specialjum">
<div class="over container body-content">
....page headers and other stuff
</div>
</div>
<p class="just container body-content">
... body text
</p>
</body>

/////////////////////////////////////////////////

body {
padding-top: 50px;
padding-bottom: 20px;
/*background:url("../Images/ps_neutral.png") repeat;*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
padding-left: 15px;
padding-right: 15px;
}
.just {
text-align: justify;
}
.specialjum {
background: url('http://fc00.deviantart.net/fs70/i/2013/339/7/1/princess_kenny_korosu_by_theshadowstone-d6wu2zo.png') center;
color:#fff;
background-size: cover; 
}

Bearbeiten: Firefox + Chrome + IE10 Ergebnisse === | =====================

Irgendwelche Ideen, wie man das Layout repariert? Ich habe das Bootstrap-CSS, das ich mit Nuget aktualisiert habe, nicht berührt.

Antworten auf die Frage(6)

Ihre Antwort auf die Frage