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

View File

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