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