diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2015-02-22 00:09:57 +0100 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2015-02-22 00:09:57 +0100 |
commit | f5369cc8d9352d26bcfd61015d75aacd312624bc (patch) | |
tree | 71dc8b236f2dbc764eb75564ae40a440d8dca984 /en/contact | |
parent | 60b231201e65cf2e8915c3fd29421b93f777dec8 (diff) | |
download | www-f5369cc8d9352d26bcfd61015d75aacd312624bc.tar www-f5369cc8d9352d26bcfd61015d75aacd312624bc.tar.gz www-f5369cc8d9352d26bcfd61015d75aacd312624bc.tar.bz2 www-f5369cc8d9352d26bcfd61015d75aacd312624bc.tar.xz www-f5369cc8d9352d26bcfd61015d75aacd312624bc.zip |
Fix design with css from doc*, to be added more nicely
Diffstat (limited to 'en/contact')
-rw-r--r-- | en/contact/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/en/contact/index.php b/en/contact/index.php index 0b81c9ec2..bc54451ef 100644 --- a/en/contact/index.php +++ b/en/contact/index.php @@ -1,6 +1,6 @@ <?php define('HLANG', true); -define('ALIGNMENT', 'Left'); // Center +define('ALIGNMENT', 'Center'); require '../../langs.php'; $dictionary = read_translation_file($locale, 'contact'); ?><!DOCTYPE html> @@ -19,7 +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 style="margin:auto;display: table;margin: 1em auto 2em;border-radius: 10px;box-shadow: 0px 0px 6px #555;overflow: hidden;background: none repeat scroll 0% 0% #FFF;"> <div class="para" style="width: 300px;"> <?php _g('You are looking for support', null, 'h2'); |