From: Mark Otto Date: Wed, 25 Jan 2012 18:09:26 +0000 (-0800) Subject: clean up the updated container app layout a bit X-Git-Tag: v2.0.0~6^2~191 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9380ff8a06197de3f7a3f27a66284da540192f0c;p=thirdparty%2Fbootstrap.git clean up the updated container app layout a bit --- diff --git a/examples/container-app.html b/examples/container-app.html index 79764356bb..9bf651753a 100644 --- a/examples/container-app.html +++ b/examples/container-app.html @@ -32,7 +32,7 @@ .content { background-color: #fff; padding: 20px; - margin: 0 -20px; /* negative indent the amount of the padding to maintain the grid system */ + margin: 0 -20px 18px; /* negative indent the amount of the padding to maintain the grid system */ -webkit-border-radius: 0 0 6px 6px; -moz-border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px; @@ -59,11 +59,6 @@ padding-left: 19px; border-left: 1px solid #eee; } - - .topbar .btn { - border: 0; - } -