Merge pull request #3092 from sommersoft/5.3.x
[5.3.x] Custom CSS For "Viewing Outdated Docs" Message
This commit is contained in:
commit
1ce682d404
1 changed files with 13 additions and 0 deletions
13
docs/static/customstyle.css
vendored
13
docs/static/customstyle.css
vendored
|
|
@ -10,6 +10,19 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* custom CSS to sticky the ' viewing outdated version'
|
||||||
|
warning
|
||||||
|
*/
|
||||||
|
.document > .admonition {
|
||||||
|
position: sticky;
|
||||||
|
top: 0px;
|
||||||
|
background-color: salmon;
|
||||||
|
z-index: 2;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
overflow-x: unset!important;
|
||||||
|
}
|
||||||
|
|
||||||
/* override table width restrictions */
|
/* override table width restrictions */
|
||||||
@media screen and (min-width: 767px) {
|
@media screen and (min-width: 767px) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue