From: Mark Otto Date: Sun, 18 Aug 2013 17:02:32 +0000 (-0700) Subject: remove padding from justified nav masthead and footer X-Git-Tag: v3.0.0~69^2~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c9bf6bcce0e30688b78805fd539861cb081414f;p=thirdparty%2Fbootstrap.git remove padding from justified nav masthead and footer --- diff --git a/examples/justified-nav/justified-nav.css b/examples/justified-nav/justified-nav.css index be983ba6bc..20134203c8 100644 --- a/examples/justified-nav/justified-nav.css +++ b/examples/justified-nav/justified-nav.css @@ -2,13 +2,6 @@ body { padding-top: 20px; } -/* Everything but the jumbotron gets side spacing for mobile-first views */ -.masthead, -.footer { - padding-left: 15px; - padding-right: 15px; -} - .footer { border-top: 1px solid #eee; margin-top: 40px;