update style
This commit is contained in:
11
docs/cinder/css/bootstrap-custom.css
vendored
11
docs/cinder/css/bootstrap-custom.css
vendored
@@ -2769,7 +2769,7 @@ textarea.input-group-sm>.form-control, textarea.input-group-sm>.input-group-addo
|
||||
}
|
||||
.navbar {
|
||||
position: relative;
|
||||
min-height: 45px;
|
||||
min-height: 50px;
|
||||
margin-bottom: 21px;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
@@ -2941,13 +2941,14 @@ textarea.input-group-sm>.form-control, textarea.input-group-sm>.input-group-addo
|
||||
.navbar-brand {
|
||||
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
float: left;
|
||||
padding: 12px 15px;
|
||||
padding: 5px 15px 0px 15px;
|
||||
font-size: 19px;
|
||||
line-height: 21px;
|
||||
}
|
||||
.navbar-brand:hover, .navbar-brand:focus {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@media(min-width:768px) {
|
||||
.navbar>.container .navbar-brand {
|
||||
margin-left: -15px;
|
||||
@@ -3013,8 +3014,8 @@ textarea.input-group-sm>.form-control, textarea.input-group-sm>.input-group-addo
|
||||
float: left;
|
||||
}
|
||||
.navbar-nav>li>a {
|
||||
padding-top: 12px;
|
||||
padding-bottom: 12px;
|
||||
padding-top: 17px;
|
||||
padding-bottom: 17px;
|
||||
}
|
||||
.navbar-nav.navbar-right:last-child {
|
||||
margin-right: -15px;
|
||||
@@ -5246,4 +5247,4 @@ label, .control-label, .help-block, .checkbox, .radio {
|
||||
}
|
||||
.affix {
|
||||
position: fixed;
|
||||
}
|
||||
}
|
2
docs/cinder/css/bootstrap-custom.min.css
vendored
2
docs/cinder/css/bootstrap-custom.min.css
vendored
File diff suppressed because one or more lines are too long
BIN
docs/cinder/img/logo.png
Normal file
BIN
docs/cinder/img/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.2 KiB |
@@ -15,7 +15,7 @@
|
||||
|
||||
<!-- Main title -->
|
||||
|
||||
<a class="navbar-brand" href="{{ nav.homepage.url }}">{{ config.site_name }}</a>
|
||||
<a class="navbar-brand" href="{{ nav.homepage.url }}"><img src="{{ base_url }}/img/logo.png" alt="Magicka Documentation" /></a>
|
||||
</div>
|
||||
|
||||
<!-- Expanded navigation -->
|
||||
|
Reference in New Issue
Block a user