diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-05-25 16:17:45 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-05-25 16:17:45 +0200 |
commit | 02c82cfdb82809a36f5f2a697a6ecbc01880ace6 (patch) | |
tree | be3dfe1de3db5afe9f69a2dc19ee3b426d3f42f7 /src/data/rekonqinfo.html | |
parent | Minor speed-up (diff) | |
download | rekonq-02c82cfdb82809a36f5f2a697a6ecbc01880ace6.tar.xz |
Another clean up in rekonq file:// pages
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 { |