fix: amelioration style

Fixes #177
This commit is contained in:
Kazhnuz 2021-11-01 19:17:43 +01:00
parent 21453c093e
commit 059f602aca
2 changed files with 20 additions and 0 deletions

View file

@ -27,6 +27,8 @@ Cette version contient en plus des modifications de base l'adaptation de celles
### Modifiés
- [meta] Passage de OGL à Creative Commons
- [style] Taille de texte un peu plus grande
- [style] Amélioration style tableau
- [core] Simplification du système de classe
- [core] Baisse du nombre de rang
- [core] Révision non-lethal

View file

@ -1,3 +1,11 @@
body {
font-size:1em;
}
.markdown-section {
max-width: 1100px;
}
/* Style the tab */
.tab {
overflow: hidden;
@ -37,3 +45,13 @@
.tabcontent.active {
display:block;
}
.markdown-section table {
display:table;
width:100%;
table-layout: fixed;
}
.markdown-section tr:nth-child(2n) {
background-color:#fff;
}