diff options
Diffstat (limited to 'plugins/help/skins')
-rw-r--r-- | 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 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; +} + |