From 4875732b9e7e05353c8936351e6d692ce5e1a1cc Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Fri, 7 Apr 2006 16:21:27 +0000 Subject: [PATCH] Introduced a new class=mdl-align with the CSS text-align: center as a base to replace the DEPRECATED center tags in Moodle --- theme/standard/styles_layout.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 9bfa29fcc5..f0bb7d8b20 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -76,6 +76,10 @@ h6.main { * html .clearfix {height: 1%;} /* End hide from IE-mac */ +.mdl-align { + text-align: center; +} + .continuebutton { text-align: center; } -- 2.39.5