From 60460550342504457dd0f1ea4860dc652e1eb9a8 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 7 Jan 2012 14:38:33 +0530 Subject: [PATCH] ... --- src/calibre/ebooks/oeb/display/test-cfi/index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/calibre/ebooks/oeb/display/test-cfi/index.html b/src/calibre/ebooks/oeb/display/test-cfi/index.html index 24f2499629..107b515754 100644 --- a/src/calibre/ebooks/oeb/display/test-cfi/index.html +++ b/src/calibre/ebooks/oeb/display/test-cfi/index.html @@ -9,9 +9,11 @@ font-family: sans-serif; background-color: white; } + + h1, h2 { color: #005a9c } h2 { - border-top: solid 2px black; + border-top: solid 2px #005a9c; margin-top: 4ex; } @@ -39,6 +41,7 @@ color: blue; text-decoration: none } + #reset:hover { color: red }