aboutsummaryrefslogtreecommitdiffstats
path: root/en/contact
diff options
context:
space:
mode:
Diffstat (limited to 'en/contact')
-rw-r--r--en/contact/index.php4
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');