From 545e4158020c1836cb063240e23617906d649139 Mon Sep 17 00:00:00 2001 From: Barry Oosthuizen Date: Fri, 17 Jul 2015 08:43:20 +0100 Subject: [PATCH] MDL-50639 mod_book: Remove 0.8em font sizes --- mod/book/styles.css | 9 --------- 1 file changed, 9 deletions(-) diff --git a/mod/book/styles.css b/mod/book/styles.css index 4a607673da6..ae6c61fe3f0 100644 --- a/mod/book/styles.css +++ b/mod/book/styles.css @@ -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; } -- 2.43.0