]> git.mjollnir.org Git - moodle.git/commitdiff
Introduced a new class=mdl-align with the CSS text-align: center as a base to replace...
authorurs_hunkler <urs_hunkler>
Fri, 7 Apr 2006 16:21:27 +0000 (16:21 +0000)
committerurs_hunkler <urs_hunkler>
Fri, 7 Apr 2006 16:21:27 +0000 (16:21 +0000)
theme/standard/styles_layout.css

index 9bfa29fcc53e9aa952c787f7a14f293bd53bcb23..f0bb7d8b20a7365a51ecbf948056856c67f114c5 100644 (file)
@@ -76,6 +76,10 @@ h6.main {
 * html .clearfix {height: 1%;}
 /* End hide from IE-mac */
 
+.mdl-align {
+  text-align: center;
+}
+
 .continuebutton {
   text-align: center;
 }