From: Mark Otto Date: Thu, 4 Dec 2014 08:59:36 +0000 (-0800) Subject: update starter template to use new navbar X-Git-Tag: v4.0.0-alpha~530 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c7c46acf4822d7052c09849c32c0e12d8a9344da;p=thirdparty%2Fbootstrap.git update starter template to use new navbar --- diff --git a/docs/examples/starter-template/index.html b/docs/examples/starter-template/index.html index ba417921d7..6c0fe59f73 100644 --- a/docs/examples/starter-template/index.html +++ b/docs/examples/starter-template/index.html @@ -23,24 +23,18 @@
diff --git a/docs/examples/starter-template/starter-template.css b/docs/examples/starter-template/starter-template.css index 4af7a6177f..5f64cd294e 100644 --- a/docs/examples/starter-template/starter-template.css +++ b/docs/examples/starter-template/starter-template.css @@ -1,7 +1,7 @@ body { - padding-top: 50px; + padding-top: 5rem; } .starter-template { - padding: 40px 15px; + padding: 3rem 1.5rem; text-align: center; }