mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-10 19:57:13 +03:00
docs: fixes
This commit is contained in:
parent
d8dd07f16f
commit
57e629569f
|
@ -3,8 +3,8 @@
|
|||
|
||||
<script>
|
||||
Split.setup({
|
||||
creativetim: function () {document.body.classList.remove('nopartner');document.body.classList.add('creativetim')},
|
||||
mdbootstrap: function () { ocument.body.classList.remove('nopartner');document.body.classList.add('mdbootstrap')},
|
||||
creativetim: function () {document.body.classList.add('creativetim')},
|
||||
mdbootstrap: function () {document.body.classList.add('mdbootstrap')},
|
||||
});
|
||||
|
||||
(function (i, s, o, g, r, a, m) {
|
||||
|
|
|
@ -142,7 +142,7 @@
|
|||
display: block;
|
||||
color: #777 !important; }
|
||||
|
||||
body.creativetim .partner.mdbootstrap, body.nopartner .partner.mdbootstrap {
|
||||
body.creativetim .partner.mdbootstrap, body:not(.creativetim):not(.mdbootstrap) .partner.mdbootstrap {
|
||||
display: none; }
|
||||
|
||||
body.mdbootstrap .partner.creativetim {
|
||||
|
|
2
assets/css/docs.min.css
vendored
2
assets/css/docs.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -37,7 +37,7 @@
|
|||
color: #777 !important;
|
||||
}
|
||||
|
||||
body.creativetim, body.nopartner {
|
||||
body.creativetim, body:not(.creativetim):not(.mdbootstrap) {
|
||||
.partner.mdbootstrap {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user