docs: logo not required to be served from root of domain
This commit is contained in:
6
assets/docs-theme/resources/extra-styles.css
Normal file
6
assets/docs-theme/resources/extra-styles.css
Normal file
@@ -0,0 +1,6 @@
|
||||
body .navbar .brand:first-of-type {
|
||||
background: url(./images/logo.png) center left no-repeat;
|
||||
background-size: 32px 32px;
|
||||
padding-left: 40px;
|
||||
margin: 0.5em 0;
|
||||
}
|
||||
Reference in New Issue
Block a user