summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr/share/mageiawelcome/css/style.css4
-rw-r--r--usr/share/mageiawelcome/mageiawelcome.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/usr/share/mageiawelcome/css/style.css b/usr/share/mageiawelcome/css/style.css
index af9e8bc..a33c616 100644
--- a/usr/share/mageiawelcome/css/style.css
+++ b/usr/share/mageiawelcome/css/style.css
@@ -31,10 +31,10 @@ div#tab-1,div#tab-2{padding:0;}
/* START */
.umenu {float:right; width:40%;height:90px;}
p#message{margin: 0 }
-div#links {position:absolute; bottom:6px;}
+div#links {position:absolute; bottom:0;}
.mgalinks {text-align:center;}
.mgalinks a {width: 200px;margin-bottom:2px;}
-div.mgalinks{padding:8px;}
+div.mgalinks{padding:8px 8px 0 8px;}
div.mgalinks h5{text-align:center;font-weight:normal;text-transform:uppercase;}
diff --git a/usr/share/mageiawelcome/mageiawelcome.py b/usr/share/mageiawelcome/mageiawelcome.py
index 6cf3fe0..609002b 100644
--- a/usr/share/mageiawelcome/mageiawelcome.py
+++ b/usr/share/mageiawelcome/mageiawelcome.py
@@ -72,7 +72,7 @@ def main():
l['arch'] = arch
l['welcome'] = _("Welcome")
l['user'] = username
- l['welcome_msg'] = _("<p>Thank you for choosing Mageia!</p><p> We have put a lot of effort to provide you with best possible system, however please note that as nothing in this world is perfect neither this distribution is, therefore we will be very helpful for every contribution you can make to it, to find out how you can help <a class='weblink' href='http://www.mageia.org/en/contribute/'>click here</a></p><p> Don't forget to tell your friends about Mageia.</p>")
+ l['welcome_msg'] = _("<p>Thank you for choosing Mageia!</p><p> We have put a lot of effort to provide you with the best possible system, however please note that as nothing in this world is perfect neither this distribution is, therefore we will be very thankful for every contribution you can make to it.</p><p>To find out how you can help <a class='weblink' href='http://www.mageia.org/en/contribute/'>click here</a>.</p><p>Don't forget to tell your friends about Mageia.</p>")
l['newbie_howto'] = _("Newbie HowTo")
l['didyouknow'] = _("First steps")
l['rpm_install'] = _("Apps")