From 53baffcf1a1a9399888b0e66137d445e384ade2b Mon Sep 17 00:00:00 2001 From: thomasb Date: Wed, 28 Oct 2009 16:51:05 +0000 Subject: Improve styling of help contents + little text changes git-svn-id: https://svn.roundcube.net/trunk@3072 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/plugins/help/skins/default/help.css | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'roundcubemail/plugins/help/skins/default/help.css') 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; +} + -- cgit v1.2.3