From 858107a929e826681629f34b384926488aeb1cd1 Mon Sep 17 00:00:00 2001 From: yvesf Date: Mon, 22 Nov 2010 19:54:33 +0100 Subject: scroll preview page to page-match; sort matches by pagenumber --- static/style.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index dec9982..0a036ed 100644 --- a/static/style.css +++ b/static/style.css @@ -22,11 +22,17 @@ div#footer { div.book { } -div.book img.frontpage { +div.book div.c_frontpage { width: 260px; height: 390px; - border: 1px solid gray; float: left; + border: 1px solid gray; +} + +div.book div.c_frontpage img.frontpage { + border: 1px solid black; + overflow-x: hidden; + overflow-y: visible; } div.book div.c_matches, -- cgit v1.2.1