From: urs_hunkler Date: Fri, 7 Apr 2006 16:21:27 +0000 (+0000) Subject: Introduced a new class=mdl-align with the CSS text-align: center as a base to replace... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4875732b9e7e05353c8936351e6d692ce5e1a1cc;p=moodle.git Introduced a new class=mdl-align with the CSS text-align: center as a base to replace the DEPRECATED center tags in Moodle --- 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; }