diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2014-04-26 23:21:19 +0000 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2014-04-26 23:21:19 +0000 |
commit | be2783ede172dbb129c1da4e495013632b0752e7 (patch) | |
tree | 8a0c3af3eeff0e372666d2ca2511db86cab512d4 /en | |
parent | 29b752bcfd6f8b8123025d3258725b3652cb1067 (diff) | |
download | www-be2783ede172dbb129c1da4e495013632b0752e7.tar www-be2783ede172dbb129c1da4e495013632b0752e7.tar.gz www-be2783ede172dbb129c1da4e495013632b0752e7.tar.bz2 www-be2783ede172dbb129c1da4e495013632b0752e7.tar.xz www-be2783ede172dbb129c1da4e495013632b0752e7.zip |
use table display to have it centered (rda old ideas ?)
Diffstat (limited to 'en')
-rw-r--r-- | en/contact/index.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/en/contact/index.php b/en/contact/index.php index 43c795df4..5199dcbd9 100644 --- a/en/contact/index.php +++ b/en/contact/index.php @@ -19,6 +19,7 @@ $dictionary = read_translation_file($locale, 'contact'); <body class="contact"> <?php echo $hsnav; ?> <h1 id="mgnavtitle"><?php _g('Contact Us')?></h1> +<div style="margin:auto;display: table;"> <div class="para" style="width: 300px;"> <?php _g('You are looking for support', null, 'h2'); @@ -75,5 +76,6 @@ $dictionary = read_translation_file($locale, 'contact'); </ul> <hr> </div> +</div> </body> </html> |