diff options
author | Romain d'Alverny <rda@mageia.org> | 2012-06-30 17:40:12 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2012-06-30 17:40:12 +0000 |
commit | 120bbaac923af4f912cdfd7826b3a328947cc6cd (patch) | |
tree | 4a32042e77103e2ad5306df2b37fad3b38b22dc9 /root | |
parent | d5caccf2634f97a56d4ea47f2cc95d0fe3e924d0 (diff) | |
download | identity-120bbaac923af4f912cdfd7826b3a328947cc6cd.tar identity-120bbaac923af4f912cdfd7826b3a328947cc6cd.tar.gz identity-120bbaac923af4f912cdfd7826b3a328947cc6cd.tar.bz2 identity-120bbaac923af4f912cdfd7826b3a328947cc6cd.tar.xz identity-120bbaac923af4f912cdfd7826b3a328947cc6cd.zip |
fighting with this floating window
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 |