Correction d'un bug sur les onglets lorsque les polices chargées ne sont pas les bonnes
This commit is contained in:
parent
e5e434df9f
commit
562f011362
2 changed files with 7 additions and 1 deletions
|
@ -11,11 +11,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
- Inclusion of footer and header's Khaganat (work on this needed).
|
- Inclusion of footer and header's Khaganat (work on this needed).
|
||||||
- Finish todo listed (on this pad)[https://pad.khaganat.net/p/khum1].
|
- Finish todo listed (on this pad)[https://pad.khaganat.net/p/khum1].
|
||||||
|
|
||||||
|
FR :
|
||||||
|
- Plugin "childpage" mis à jour, finition de sa cosmétique
|
||||||
|
- Amélioration de l'intégration du plugin "translation".
|
||||||
|
|
||||||
## [2.0.0] - 2020-04-09
|
## [2.0.0] - 2020-04-09
|
||||||
|
|
||||||
EN : This version reaches a certain maturity but needs some fine-tuning before being put into production.
|
EN : This version reaches a certain maturity but needs some fine-tuning before being put into production.
|
||||||
|
|
||||||
FR :Cette version atteint une certaine maturité mais a besoin de peaufinage avant d'être mise en prod.
|
FR : Cette version atteint une certaine maturité mais a besoin de peaufinage avant d'être mise en prod.
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
#### EN
|
#### EN
|
||||||
|
|
|
@ -70,6 +70,8 @@
|
||||||
border-style : solid;
|
border-style : solid;
|
||||||
border-color : transparent transparent @ini_background_neu transparent;
|
border-color : transparent transparent @ini_background_neu transparent;
|
||||||
border-width : 0 1.5em 1.5em 0;
|
border-width : 0 1.5em 1.5em 0;
|
||||||
|
position:relative;
|
||||||
|
z-index: -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.toptab_current_page {
|
.toptab_current_page {
|
||||||
|
|
Loading…
Reference in a new issue