]> git.mjollnir.org Git - moodle.git/commitdiff
Added one more style to center some tables in glossary.
authorstronk7 <stronk7>
Fri, 30 Mar 2007 00:31:23 +0000 (00:31 +0000)
committerstronk7 <stronk7>
Fri, 30 Mar 2007 00:31:23 +0000 (00:31 +0000)
Merged from MOODLE_18_STABLE

theme/standard/styles_layout.css

index 7e2bef5b5fbcc447ab5f11d0939fc08cccfe07b2..ab454510f7e82e292b2d4dfa5913448d9ba75803 100644 (file)
@@ -2953,6 +2953,12 @@ body#mod-forum-search .introcontent {
 .glossarydisplay .tabs .general {
 }
 
+.glossaryimportexport {
+  margin-left:auto;
+  margin-right:auto;
+  text-align:center;
+}
+
 .glossarypopup {
   width: 95%;
 }