mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix: doens't display navbar version in small
This commit is contained in:
parent
6e0cab110c
commit
94e80aef62
1 changed files with 3 additions and 3 deletions
|
|
@ -644,9 +644,8 @@ a.anchorjs-link:hover { text-decoration: none; }
|
|||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
#menu .navbar-brand-version small {
|
||||
#menu .navbar-brand-version {
|
||||
font-size: 14px;
|
||||
font-family: 'Open Sans', 'Helvetica Neue', Helvetica;
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
|
@ -666,7 +665,8 @@ a.anchorjs-link:hover { text-decoration: none; }
|
|||
.jumbotron h1 {
|
||||
display: none;
|
||||
}
|
||||
.navbar-brand-version small {
|
||||
|
||||
.navbar-brand-version {
|
||||
display: none;
|
||||
color: white;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue