diff options
author | Filip Komar <filip@mageia.org> | 2014-01-21 17:29:20 +0000 |
---|---|---|
committer | Filip Komar <filip@mageia.org> | 2014-01-21 17:29:20 +0000 |
commit | e56aa6d60a47c5bd83eba7040fc42a87b87f1e23 (patch) | |
tree | 9266089ce380bb1d6d4932d3242dd34007678da1 /en/doc/index.php | |
parent | b0c1f79cd7a82cff74c46e6aff25e836bfd0fa39 (diff) | |
download | www-e56aa6d60a47c5bd83eba7040fc42a87b87f1e23.tar www-e56aa6d60a47c5bd83eba7040fc42a87b87f1e23.tar.gz www-e56aa6d60a47c5bd83eba7040fc42a87b87f1e23.tar.bz2 www-e56aa6d60a47c5bd83eba7040fc42a87b87f1e23.tar.xz www-e56aa6d60a47c5bd83eba7040fc42a87b87f1e23.zip |
doc entry page has now a note about old existing translations (see Esperanto)
Diffstat (limited to 'en/doc/index.php')
-rw-r--r-- | en/doc/index.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/en/doc/index.php b/en/doc/index.php index 7125ab9cd..af042f46b 100644 --- a/en/doc/index.php +++ b/en/doc/index.php @@ -30,14 +30,14 @@ require 'doc.php'; <?php _e('Feel free to help us improving it!')?></p> <hr> <h3>Mageia 4</h3> - <div style="float: left; margin: 2em;"> + <div style="float: left; margin: 1em; width: 24em;"> <p style="margin-left: 2em;"><?php doc_list(_t('Installer'), 'installer', 4, '<a href="//doc.mageia.org/installer/4/%s/content/index.html">HTML</a>', '<a href="//doc.mageia.org/installer/4/%s/content/index.html">EPUB</a>', '<a href="//doc.mageia.org/installer/4/%s/content/index.html">PDF</a>'); ?></p> </div> - <div style="float: right; margin: 2em;"> + <div style="float: right; margin: 1em; width: 24em;"> <p style="margin-left: 2em;"><?php doc_list(_t('Control Center'), 'control_center', 4, '<a href="//doc.mageia.org/mcc/4/%s/content/index.html">HTML</a>', '<a href="//doc.mageia.org/mcc/4/%s/content/index.html">EPUB</a>', @@ -46,12 +46,12 @@ require 'doc.php'; </div> <hr style="clear: both;"> <h3>Mageia 3</h3> - <div style="float: left; margin: 2em;"> + <div style="float: left; margin: 1em; width: 24em;"> <p style="margin-left: 2em;"><?php doc_list(_t('Installer'), 'installer', 3, '<a href="//doc.mageia.org/installer/3/%s/content/index.html">HTML</a>'); ?></p> </div> - <div style="float: right; margin: 2em;"> + <div style="float: right; margin: 1em; width: 24em;"> <p style="margin-left: 2em;"><?php doc_list(_t('Control Center'), 'control_center', 3, '<a href="//doc.mageia.org/mcc/3/%s/content/index.html">HTML</a>'); ?></p> |