mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-50639 mod_book: Remove 0.8em font sizes
This commit is contained in:
parent
e1d4e288ac
commit
545e415802
@ -46,9 +46,6 @@
|
||||
}
|
||||
|
||||
/* toc style NONE */
|
||||
.path-mod-book .book_toc_none {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
.path-mod-book .book_toc_none ul ul,
|
||||
.dir-rtl.path-mod-book .book_toc_none ul ul {
|
||||
margin-left: 0;
|
||||
@ -56,9 +53,6 @@
|
||||
}
|
||||
|
||||
/*toc style BULLETS */
|
||||
.path-mod-book .book_toc_bullets {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
.path-mod-book .book_toc_bullets ul ul {
|
||||
margin-left: 20px;
|
||||
}
|
||||
@ -71,9 +65,6 @@
|
||||
}
|
||||
|
||||
/* toc style INDENTED*/
|
||||
.path-mod-book .book_toc_indented {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
.path-mod-book .book_toc_indented ul {
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user