From 39bae62f53f4fab72f5f40d3e9f8e14ad5e998c9 Mon Sep 17 00:00:00 2001 From: Matias Niemelä Date: Thu, 20 Feb 2014 10:37:03 -0500 Subject: chore(docs): fix header wrapping for tablet devices --- docs/app/assets/css/docs.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs/app/assets/css') diff --git a/docs/app/assets/css/docs.css b/docs/app/assets/css/docs.css index 3673daa8..64f2e4b7 100644 --- a/docs/app/assets/css/docs.css +++ b/docs/app/assets/css/docs.css @@ -22,7 +22,6 @@ html, body { padding-bottom: 2em; } - .header-fixed { position:fixed; z-index:1000; @@ -31,6 +30,10 @@ html, body { right:0; } +.header-branding { + min-height:41px!important; +} + .docs-navbar-primary { border-radius:0!important; margin-bottom:0!important; -- cgit v1.2.3