Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-09 11:52:54 +01:00
COMPATIBILITY: hide powered by discourse on wizards
Dieser Commit ist enthalten in:
Ursprung
0d0fb83bd1
Commit
8e4d37bf31
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
|
@ -160,6 +160,10 @@ body.custom-wizard {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.powered-by-discourse {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* IE11 hacks */
|
/* IE11 hacks */
|
||||||
|
|
Laden …
In neuem Issue referenzieren