From: stronk7 Date: Fri, 30 Mar 2007 00:31:23 +0000 (+0000) Subject: Added one more style to center some tables in glossary. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=97f8f9c21593e4de2363cf983ec33a64959728b7;p=moodle.git Added one more style to center some tables in glossary. Merged from MOODLE_18_STABLE --- diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 7e2bef5b5f..ab454510f7 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -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%; }