fix: doens't display navbar version in small

This commit is contained in:
1ambda 2017-05-26 15:15:03 +09:00
parent 6e0cab110c
commit 94e80aef62

View file

@ -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;
}