From 6965c12e3002dce219ae063342218f197b1a0bfc Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 16 Aug 2013 11:10:35 -0700 Subject: [PATCH] fixes #9697 --- examples/jumbotron/index.html | 8 ++++++-- examples/jumbotron/jumbotron.css | 6 ------ 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/examples/jumbotron/index.html b/examples/jumbotron/index.html index d5654e72e6..fd874a8046 100644 --- a/examples/jumbotron/index.html +++ b/examples/jumbotron/index.html @@ -47,8 +47,12 @@ diff --git a/examples/jumbotron/jumbotron.css b/examples/jumbotron/jumbotron.css index 17d253be43..594e2c794b 100644 --- a/examples/jumbotron/jumbotron.css +++ b/examples/jumbotron/jumbotron.css @@ -4,12 +4,6 @@ body { padding-bottom: 20px; } -/* Set widths on the navbar form inputs since otherwise they're 100% wide */ -.navbar-form input[type="text"], -.navbar-form input[type="password"] { - width: 180px; -} - /* Wrapping element */ /* Set some basic padding to keep content from hitting the edges */ .body-content { -- 2.47.2