diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-05-25 18:22:55 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-05-25 18:22:55 +0200 |
commit | 4e170744b831886db9b98ef1260e749df36a79af (patch) | |
tree | ade10f3898848f4b1a781bda0d859ff274da24b7 /src/data/rekonqinfo.html | |
parent | Another clean up in rekonq file:// pages (diff) | |
download | rekonq-4e170744b831886db9b98ef1260e749df36a79af.tar.xz |
New rekonq error page :)
Diffstat (limited to 'src/data/rekonqinfo.html')
-rw-r--r-- | src/data/rekonqinfo.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/data/rekonqinfo.html b/src/data/rekonqinfo.html index b09ea1f7..35fade4f 100644 --- a/src/data/rekonqinfo.html +++ b/src/data/rekonqinfo.html @@ -55,10 +55,11 @@ body{ h1{ font-size: 150%; font-weight: bold; - border-bottom: 1px solid lightgray; + text-align:center; } h2{ + margin-top: 40px; font-size: 130%; font-weight: bold; border-bottom: 1px solid lightgray; |