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 {