diff options
| author | Matias Niemelä | 2014-02-20 10:37:03 -0500 |
|---|---|---|
| committer | Matias Niemelä | 2014-02-20 10:37:03 -0500 |
| commit | 39bae62f53f4fab72f5f40d3e9f8e14ad5e998c9 (patch) | |
| tree | 35050442e89854df468dcc960abf31b21f043ecd /docs/app/assets | |
| parent | d7a73e41eddf3b8f06b87535c5ba6cc3196cbffd (diff) | |
| download | angular.js-39bae62f53f4fab72f5f40d3e9f8e14ad5e998c9.tar.bz2 | |
chore(docs): fix header wrapping for tablet devices
Diffstat (limited to 'docs/app/assets')
| -rw-r--r-- | docs/app/assets/css/docs.css | 5 |
1 files changed, 4 insertions, 1 deletions
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; |
