From fbab111ef69906eb74c9be1f78ac3eb5dea821d0 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Wed, 28 Oct 2009 12:51:05 -0400 Subject: [PATCH] Improve styling of help contents + little text changes --- plugins/help/skins/default/help.css | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 deletions(-) diff --git a/plugins/help/skins/default/help.css b/plugins/help/skins/default/help.css index 7ccc671..e0b01bb 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; +} + -- Gitblit v1.9.1