From 9a7fecbbfb5202edf74fbe93df1e0955e7ab93b2 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 6 Mar 2013 05:49:22 +0400 Subject: [PATCH] more work on image template pages... Signed-off-by: Alex A. Naanou --- index.html | 10 ++++++---- magazine.css | 5 ++++- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 877b2eb..1d1d4e7 100755 --- a/index.html +++ b/index.html @@ -753,11 +753,13 @@ $(document).ready(function(){
- -
diff --git a/magazine.css b/magazine.css index 6cdb644..4617e08 100755 --- a/magazine.css +++ b/magazine.css @@ -813,8 +813,11 @@ div.page-number-text { cursor: hand; } -.page.horizontal-image-fit .content { +.page.horizontal-image-fit .content > div { display: table-cell; + /* XXX this is ugly... */ + width: 800px; + height: 600px; vertical-align: middle; } .page.horizontal-image-fit .content img {