diff options
Diffstat (limited to 'root')
-rw-r--r-- | root/index.tt | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/root/index.tt b/root/index.tt index e84d5c2..f126816 100644 --- a/root/index.tt +++ b/root/index.tt @@ -14,21 +14,19 @@ </div> </form> </div> - <div id="info"> - <div style="border-left: 1px solid #ddd; padding-left: 2em; margin-left: 2em;"> - <h2>[% l('Register an account') %]</h2> + <div id="info" style="margin-left: 150px; border-left: 1px solid #ddd; padding-left: 2em;"> + <h2>[% l('Register an account') %]</h2> - <p>You will need an account when you want to participate in Mageia, - through <a href="http://ml.mageia.org/">mailing-lists</a>, - <a href="http://wiki.mageia.org/">wiki</a>, - <a href="http://bugs.mageia.org/">bugzilla</a>, - our <a href="http://svn.mageia.org/">code</a> - <a href="http://git.mageia.org/">repositories</a>, - <a href="http://forums.mageia.org/">forums</a>, etc.</p> + <p>You will need an account when you want to participate in Mageia, + through <a href="http://ml.mageia.org/">mailing-lists</a>, + <a href="http://wiki.mageia.org/">wiki</a>, + <a href="http://bugs.mageia.org/">bugzilla</a>, + our <a href="http://svn.mageia.org/">code</a> + <a href="http://git.mageia.org/">repositories</a>, + <a href="http://forums.mageia.org/">forums</a>, etc.</p> - <form method="get" action="/register"> - <p style="text-align: right;"><input type="submit" value="[% l('Register') %]"></p> - </form> - </div> + <form method="get" action="/register"> + <p style="text-align: right;"><input type="submit" value="[% l('Register') %]"></p> + </form> </div> </div>
\ No newline at end of file |