diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2016-11-15 17:34:14 +0100 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@iot.bzh> | 2016-11-15 17:34:14 +0100 |
commit | 20e76b28d1a699884c4426608fb692d58a0537ea (patch) | |
tree | 345077bbb92e5717ffff67fd66cd453d025af7e3 /site/static/styles/scss | |
parent | 5ddb3d4550fa181f250e5363a0f933c1831c7a66 (diff) |
webdocs: fix header
Change-Id: I6fd9aa68c091f679bf8811546da2d1020d0e68e8
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'site/static/styles/scss')
-rw-r--r-- | site/static/styles/scss/_home.scss | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/site/static/styles/scss/_home.scss b/site/static/styles/scss/_home.scss index 49aab48..fa05bc6 100644 --- a/site/static/styles/scss/_home.scss +++ b/site/static/styles/scss/_home.scss @@ -176,7 +176,7 @@ html { .navbar-brand { padding: 0; - position: absolute; +/* position: absolute;*/ } img#logo_top { @@ -184,23 +184,27 @@ img#logo_top { height: 50px; } -@media (min-width: 767px) { /* Center the navs when not collapsed */ +@media (min-width: 767px) { .nav_bar_right { float: right; - height: 50px; +/* height: 50px;*/ } .nav_bar_left { float: left; - margin-left: 40px; +/* margin-left: 40px; height: 50px; +*/ } .nav_bar_center { text-align: center; - height: 50px; +/* height: 50px; +*/ } .nav_bar_center > ul { display: inline-block; +/* float: none; +*/ } } |