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,6 +11,10 @@ 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).
|
||||
- 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
|
||||
|
||||
EN : This version reaches a certain maturity but needs some fine-tuning before being put into production.
|
||||
|
|
|
@ -70,6 +70,8 @@
|
|||
border-style : solid;
|
||||
border-color : transparent transparent @ini_background_neu transparent;
|
||||
border-width : 0 1.5em 1.5em 0;
|
||||
position:relative;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.toptab_current_page {
|
||||
|
|
Loading…
Reference in a new issue