diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-10-28 16:51:05 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-10-28 16:51:05 +0000 |
| commit | 53baffcf1a1a9399888b0e66137d445e384ade2b (patch) | |
| tree | 94bc3be7302bdd6f4ab26cbd716667705562b1f9 /roundcubemail/plugins/help | |
| parent | f6594efe9a8301a577d59ddd0051f2c37c750df3 (diff) | |
Improve styling of help contents + little text changes
git-svn-id: https://svn.roundcube.net/trunk@3072 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/plugins/help')
| -rw-r--r-- | roundcubemail/plugins/help/content/about.html | 4 | ||||
| -rw-r--r-- | roundcubemail/plugins/help/skins/default/help.css | 14 |
2 files changed, 16 insertions, 2 deletions
diff --git a/roundcubemail/plugins/help/content/about.html b/roundcubemail/plugins/help/content/about.html index afaded6f4..69ac080b6 100644 --- a/roundcubemail/plugins/help/content/about.html +++ b/roundcubemail/plugins/help/content/about.html @@ -1,5 +1,5 @@ <div id="helpabout"> -<h3 align="center">Copyright © 2005-2009, RoundCube Dev. - Switzerland</h3> +<h3 align="center">Copyright © 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/roundcubemail/plugins/help/skins/default/help.css b/roundcubemail/plugins/help/skins/default/help.css index 7ccc671a2..e0b01bbf0 100644 --- a/roundcubemail/plugins/help/skins/default/help.css +++ b/roundcubemail/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; +} + |
