From 06569b71ac49725f63a3501ed48bf74dbf7931b8 Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Wed, 4 Feb 2015 09:18:22 +0800 Subject: [PATCH] MDL-48160 theme: Add deprecation notice for legacy RTL styles --- theme/bootstrapbase/less/moodle/core.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/bootstrapbase/less/moodle/core.less b/theme/bootstrapbase/less/moodle/core.less index f781c7b5f63..bfb3fabb02b 100644 --- a/theme/bootstrapbase/less/moodle/core.less +++ b/theme/bootstrapbase/less/moodle/core.less @@ -16,7 +16,7 @@ display:none; } -/** Start Legacy styles **/ +/** Start Legacy styles. Deprecated since Moodle 2.9. See MDL-48160 for further information. **/ .content-only #region-main.span9, // Two column layout with no block or all blocks docked. .empty-region-side-post #region-bs-main-and-pre.span9, // LTR with no post area. .empty-region-side-pre #region-bs-main-and-post.span9, // RTL with no pre area.