diff options
author | Filip Komar <filip@mageia.org> | 2013-05-16 18:16:56 +0000 |
---|---|---|
committer | Filip Komar <filip@mageia.org> | 2013-05-16 18:16:56 +0000 |
commit | 33e58e1f030be27de4761355eb35021bd3fbf1dd (patch) | |
tree | b2b2a3bbc58a5a3fdd79ceb5732349c822e468b2 /en | |
parent | b75b259b667973347cbc667ff62b0232094efd30 (diff) | |
download | www-33e58e1f030be27de4761355eb35021bd3fbf1dd.tar www-33e58e1f030be27de4761355eb35021bd3fbf1dd.tar.gz www-33e58e1f030be27de4761355eb35021bd3fbf1dd.tar.bz2 www-33e58e1f030be27de4761355eb35021bd3fbf1dd.tar.xz www-33e58e1f030be27de4761355eb35021bd3fbf1dd.zip |
fixing #5 and #6 in https://ml.mageia.org/l/arc/atelier-discuss/2013-05/msg00090.html
Diffstat (limited to 'en')
-rw-r--r-- | en/index.php | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/en/index.php b/en/index.php index 54b96f6b2..4995ec970 100644 --- a/en/index.php +++ b/en/index.php @@ -1,7 +1,6 @@ <?php /** */ - define('HLANG', true); require '../langs.php'; @@ -61,7 +60,6 @@ $nav = array( color: #fff; text-shadow: 0 0 1px #333; background: #3494D3; - background: -webkit-radial-gradient(20% 350px, circle cover, #3494D3 0%, #2383C2 50%); background: -moz-radial-gradient(26% 370px, circle cover, #3494D3 0%, #2383C2 50%); background: -o-radial-gradient(20% 350px, circle cover, #3494D3 0%, #2383C2 50%); @@ -80,7 +78,6 @@ $nav = array( text-decoration: none; width: 280px; background: rgba(255,255,255,0.9); - padding: 20px 20px 15px 20px; border-radius: 4px; text-shadow: none; @@ -118,7 +115,6 @@ $nav = array( text-shadow: none; text-decoration: none; } - .dl-btn-other { display: block; width: 222px; @@ -144,7 +140,7 @@ $nav = array( } #fnotes a { color: #ccc; text-decoration: none; } .free-dl { color: green; font-weight: bold; } - + /* Landscape phones and down */ @media (max-width: 480px) {} @@ -159,7 +155,6 @@ $nav = array( #up { padding-bottom: 0; } #up > .container { padding: 1em; } #b1 { margin: 0; padding: 0 0 1em 0; } - #navb li { margin: 1em 0 0 1em; float: left; } #navb li a { display: block; @@ -242,8 +237,8 @@ $nav = array( <span class="dl-btn"><?php _e('version 2 (May 2012)'); ?></span> </a> <p class="dl-info"> - <a hreflang="en" href="https://wiki.mageia.org/en/Mageia_2_Release_Notes"><?php _e('Release notes'); ?></a>, - <a hreflang="en" href="https://wiki.mageia.org/en/Mageia_2_Errata">errata</a>. + <a hreflang="en" href="<?php _e('https://wiki.mageia.org/en/Mageia_2_Release_Notes'); ?>"><?php _e('Release notes'); ?></a>, + <a hreflang="en" href="<?php _e('https://wiki.mageia.org/en/Mageia_2_Errata'); ?>"><?php _e('errata'); ?></a>. </p> </li> <li><a href="contribute/" class="dl-btn-other"><?php _e('<strong>Get involved</strong> in the next version'); ?></a> |