diff options
Diffstat (limited to 'src/data/rekonqinfo.html')
-rw-r--r-- | src/data/rekonqinfo.html | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/data/rekonqinfo.html b/src/data/rekonqinfo.html index c3e6a8fa..b09ea1f7 100644 --- a/src/data/rekonqinfo.html +++ b/src/data/rekonqinfo.html @@ -15,6 +15,9 @@ MAIN_CONTENT = page main content --> <head> + +<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <title>$PAGE_TITLE</title> <style type="text/css"> @@ -50,17 +53,15 @@ body{ } h1{ - font-size: 130%; + font-size: 150%; font-weight: bold; border-bottom: 1px solid lightgray; - margin-left: 48px; } h2{ - font-size: 100%; - font-weight: normal; + font-size: 130%; + font-weight: bold; border-bottom: 1px solid lightgray; - margin-left: 48px; } ul { |