From 0c9bf6bcce0e30688b78805fd539861cb081414f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 18 Aug 2013 10:02:32 -0700 Subject: [PATCH] remove padding from justified nav masthead and footer --- examples/justified-nav/justified-nav.css | 7 ------- 1 file changed, 7 deletions(-) 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;