diff options
author | Aleksander Machniak <alec@alec.pl> | 2015-01-13 12:19:56 -0500 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2015-01-13 12:19:56 -0500 |
commit | e44e51561d2329e8f1e9ec88901d3c757f067303 (patch) | |
tree | c91e4ec9a7a861a4556f9b107c467e5c2e0daaaa /plugins/help | |
parent | a109d19a77f017bad2e8b5bc830dc244b0e29ffb (diff) |
Fix margin in Help > License page
Diffstat (limited to 'plugins/help')
-rw-r--r-- | plugins/help/skins/larry/help.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/help/skins/larry/help.css b/plugins/help/skins/larry/help.css index d9af6e15e..d42f4e00b 100644 --- a/plugins/help/skins/larry/help.css +++ b/plugins/help/skins/larry/help.css @@ -5,7 +5,7 @@ } #mainscreen .readtext { - margin: 0 auto; + margin: 20px; } #helptoolbar { |