From f38e50cdf146fb99f0f0178e7ea7f636544d7ce2 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 16 Feb 2013 00:19:17 -0800 Subject: Don't affix the fixed navbars in mobile views --- docs/assets/css/docs.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/assets/css/docs.css') diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index e42e5e869..5f19d11b6 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -10,7 +10,7 @@ body { position: relative; /* For scrollyspy */ - padding-top: 62px; /* Default height of navbar */ + /* We add the padding to the body for >768px only */ } /* */ @@ -534,9 +534,9 @@ input.focused { /* Tablets and up */ @media screen and (min-width: 768px) { - /* Account for fixed navbar */ + /* Account for fixed navbar (which is static to start) */ body { - padding-top: 50px; + padding-top: 62px; /* Default height of navbar */ } /* Tweak display of docs jumbotrons */ -- cgit v1.2.3