From ba5dde03470067adfbe567e08692ea868d3e51b2 Mon Sep 17 00:00:00 2001 From: Bas Brands Date: Thu, 7 Jun 2018 16:44:27 +0200 Subject: [PATCH] MDL-62638 Theme boost: remove broken css --- theme/boost/scss/moodle/undo.scss | 7 ------- 1 file changed, 7 deletions(-) diff --git a/theme/boost/scss/moodle/undo.scss b/theme/boost/scss/moodle/undo.scss index 1f2467a8009..26557f8c983 100644 --- a/theme/boost/scss/moodle/undo.scss +++ b/theme/boost/scss/moodle/undo.scss @@ -126,13 +126,6 @@ body:not(.jsenabled) .langmenu:hover > .dropdown-menu, overflow-y: auto; } -// Extends bootstrapbase/less/bootstrap/type.less -// to enable ol lists to use a larger number set. - -ol { - margin: 0 0 $line-height-base / 2 2.5em; -} - // Set menus in the fixed header to scroll vertically when they are longer than the page. .navbar.fixed-top .dropdown .dropdown-menu { max-height: calc(100vh - #{$navbar-height});