This commit is contained in:
Mathieu David 2016-09-12 22:47:47 +02:00
commit 4852e9e65a
2 changed files with 4 additions and 4 deletions

View File

@ -72,7 +72,7 @@ table thead td {
.chapter { .chapter {
list-style: none outside none; list-style: none outside none;
padding-left: 0; padding-left: 0;
line-height: 1.9em; line-height: 2.2em;
} }
.chapter li a { .chapter li a {
padding: 5px 0; padding: 5px 0;
@ -89,7 +89,7 @@ table thead td {
.section { .section {
list-style: none outside none; list-style: none outside none;
padding-left: 20px; padding-left: 20px;
line-height: 2.5em; line-height: 1.9em;
} }
.section li { .section li {
-o-text-overflow: ellipsis; -o-text-overflow: ellipsis;

View File

@ -35,7 +35,7 @@
.chapter { .chapter {
list-style: none outside none list-style: none outside none
padding-left: 0 padding-left: 0
line-height: 1.9em line-height: 2.2em
li a { li a {
padding: 5px 0 padding: 5px 0
@ -54,7 +54,7 @@
.section { .section {
list-style: none outside none list-style: none outside none
padding-left: 20px padding-left: 20px
line-height: 2.5em line-height: 1.9em
li { li {
text-overflow: ellipsis text-overflow: ellipsis