Merge branch 'master' of https://github.com/azerupi/mdBook
This commit is contained in:
commit
4852e9e65a
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue