From: Mark Otto Date: Mon, 18 Feb 2013 02:48:00 +0000 (-0800) Subject: revamp narrow jumbotron to avoid conflicts with docs .masthead X-Git-Tag: v3.0.0~81^2~11^2~1^2~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c65063271a0744a35150cf0221342839b59c6ce3;p=thirdparty%2Fbootstrap.git revamp narrow jumbotron to avoid conflicts with docs .masthead --- diff --git a/jumbotron-narrow.html b/jumbotron-narrow.html index 6a73900457..b2c037a9e7 100644 --- a/jumbotron-narrow.html +++ b/jumbotron-narrow.html @@ -12,7 +12,7 @@ title: Narrow page template } /* Everything but the jumbotron gets side spacing for mobile-first views */ - .masthead, + .header, .marketing, .footer { padding-left: 15px; @@ -20,11 +20,11 @@ title: Narrow page template } /* Custom page header */ - .masthead { + .header { border-bottom: 1px solid #e5e5e5; } /* Make the masthead heading the same height as the navigation */ - .masthead h3 { + .header h3 { margin-top: 0; margin-bottom: 0; line-height: 40px; @@ -64,14 +64,14 @@ title: Narrow page template /* Responsive: Portrait tablets and up */ @media screen and (min-width: 768px) { /* Remove the padding we set earlier */ - .masthead, + .header, .marketing, .footer { padding-left: 0; padding-right: 0; } /* Space out the masthead */ - .masthead { + .header { margin-bottom: 30px; } } @@ -80,7 +80,7 @@ title: Narrow page template
-