diff options
author | yvesf <yvesf-git@xapek.org> | 2010-11-22 19:54:33 +0100 |
---|---|---|
committer | yvesf <yvesf-git@xapek.org> | 2010-11-22 19:54:33 +0100 |
commit | 858107a929e826681629f34b384926488aeb1cd1 (patch) | |
tree | b6cb1b1497c2af8bb939ca8640caf5143616975e /static/style.css | |
parent | 37212428d94d95b14618a2e69610fa77c99ae123 (diff) | |
download | booksearch-858107a929e826681629f34b384926488aeb1cd1.tar.gz booksearch-858107a929e826681629f34b384926488aeb1cd1.zip |
scroll preview page to page-match; sort matches by pagenumber
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 10 |
1 files changed, 8 insertions, 2 deletions
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, |