From 08ed9c2f04729eb5c9d3dc5408a72741dd3e446e Mon Sep 17 00:00:00 2001 From: Barry Oosthuizen Date: Thu, 18 Jun 2015 14:25:16 +0100 Subject: [PATCH] MDL-47230 mod_book: Sub chapter bullet formatting --- mod/book/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mod/book/styles.css b/mod/book/styles.css index 4e2daa4a6a3..9b2e11ad6e1 100644 --- a/mod/book/styles.css +++ b/mod/book/styles.css @@ -67,6 +67,10 @@ list-style: circle; } +.path-mod-book .book_toc_bullets li li:before { + display: none; +} + /* toc style INDENTED*/ .path-mod-book .book_toc_indented { font-size: 0.8em;