summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/help/content/about.html4
-rw-r--r--plugins/help/skins/default/help.css14
2 files changed, 16 insertions, 2 deletions
diff --git a/plugins/help/content/about.html b/plugins/help/content/about.html
index afaded6f4..69ac080b6 100644
--- a/plugins/help/content/about.html
+++ b/plugins/help/content/about.html
@@ -1,5 +1,5 @@
<div id="helpabout">
-<h3 align="center">Copyright &copy; 2005-2009, RoundCube Dev. - Switzerland</h3>
+<h3 align="center">Copyright &copy; 2005-2009, The Roundcube Dev Team</h3>
<p>This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2
@@ -33,5 +33,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<b>Tomasz Pajor (tomekp)</b><br />
<b>Fourat Zouari (fourat.zouari)</b><br />
<b>Aleksander Machniak (alec)</b>
+
+<p><br/>Website: <a href="http://roundcube.net">roundcube.net</a></p>
</div>
</div>
diff --git a/plugins/help/skins/default/help.css b/plugins/help/skins/default/help.css
index 7ccc671a2..e0b01bbf0 100644
--- a/plugins/help/skins/default/help.css
+++ b/plugins/help/skins/default/help.css
@@ -22,5 +22,17 @@
#helplicense, #helpabout
{
- padding: 20px;
+ width: 46em;
+ padding: 1em 2em;
}
+
+#helplicense a, #helpabout a
+{
+ color: #900;
+}
+
+#helpabout
+{
+ margin: 0 auto;
+}
+