2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-06-14 11:15:31 +00:00

More banner fixes (#332)

* More banner fixes

- Restore original banner (search box etc)
- Make version banner dismissable
- Better CSS styling

* Disable debug
This commit is contained in:
Oliver
2022-07-26 21:36:58 +10:00
committed by GitHub
parent c23165307b
commit 0caeec0451
6 changed files with 17 additions and 7 deletions

View File

@ -128,4 +128,10 @@ div:nth-of-type(1) p {
background-color: #337ab7;
border-color: #2e6da4;
color: #fff;
}
.alert-version {
padding: 5px;
margin: 5px;
margin-bottom: 0px;
}