From 1497268b5ecc65f27cf1fc1f02fa4ef02bfd68dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Massart?= Date: Fri, 30 Sep 2016 12:18:13 +0200 Subject: [PATCH] MDL-56218 theme_boost: Retire .boxalign* and .boxwidth* classes --- theme/boost/scss/moodle/core.scss | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/theme/boost/scss/moodle/core.scss b/theme/boost/scss/moodle/core.scss index 3830831b6b8..1eb9d9d5c05 100644 --- a/theme/boost/scss/moodle/core.scss +++ b/theme/boost/scss/moodle/core.scss @@ -223,33 +223,6 @@ img.activityicon { vertical-align: middle; } -.boxaligncenter { - margin-left: auto; - margin-right: auto; -} - -.boxalignright { - margin-left: auto; - margin-right: 0; -} - -.boxalignleft { - margin-left: 0; - margin-right: auto; -} - -.boxwidthnarrow { - width: 30%; -} - -.boxwidthnormal { - width: 50%; -} - -.boxwidthwide { - width: 80%; -} - .headermain { font-weight: bold; }