Merge branch 'MDL-50639_mod_book_fontsize_master' of https://github.com/barrysspace/moodle

This commit is contained in:
Dan Poltawski 2015-07-21 09:08:15 +01:00
commit ca43103134

View File

@ -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;
}
@ -75,9 +69,6 @@
}
/* toc style INDENTED*/
.path-mod-book .book_toc_indented {
font-size: 0.8em;
}
.path-mod-book .book_toc_indented ul {
margin-left: 5px;
}