From: Mark Otto Date: Sun, 30 Oct 2011 01:11:17 +0000 (-0700) Subject: fix some of the docs styles at 480 to 768 X-Git-Tag: v2.0.0~6^2~446 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0218d079ad83ce5f8fd08e9f68b6f661855a27a9;p=thirdparty%2Fbootstrap.git fix some of the docs styles at 480 to 768 --- diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 79c9047743..52738d808b 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -348,11 +348,6 @@ h2 + table { font-size: 18px; line-height: 24px; } - .jumbotron .benefits { - position: relative; - width: auto; - margin: 36px 0; - } .jumbotron .btn { display: block; font-size: 18px; @@ -365,6 +360,23 @@ h2 + table { margin: 40px 0 0; } +} + + +@media (max-width: 768px) { + + /* Hide the nav for now */ + body > .navbar-fixed .nav { + display: none; + } + + /* Adjust the jumbotron */ + .jumbotron .benefits { + position: relative; + width: auto; + margin: 36px 0; + } + /* Popovers */ .large-bird { display: none; @@ -395,7 +407,7 @@ h2 + table { .jumbotron h1, .jumbotron p { - margin-right: 40%; + margin-right: 0; } }