MDL-50639 mod_book: Remove 0.8em font sizes

This commit is contained in:
Barry Oosthuizen 2015-07-17 08:43:20 +01:00
parent e1d4e288ac
commit 545e415802

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;
}
@ -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;
}