summaryrefslogtreecommitdiff
path: root/plugins/help/skins
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2009-10-28 16:51:05 +0000
committerthomascube <thomas@roundcube.net>2009-10-28 16:51:05 +0000
commitfbab111ef69906eb74c9be1f78ac3eb5dea821d0 (patch)
tree309dbb8f9703820ca5904f857b61b803465c7afa /plugins/help/skins
parent9d25cde2bc0632b043f3f269642e1f5ae3a96522 (diff)
Improve styling of help contents + little text changes
Diffstat (limited to 'plugins/help/skins')
-rw-r--r--plugins/help/skins/default/help.css14
1 files changed, 13 insertions, 1 deletions
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;
+}
+