Fix popup with the e-ink CSS. re #73

This commit is contained in:
Sébastien Lucas 2013-06-28 01:55:23 +02:00
parent 428550f27c
commit 002f90fd0d
1 changed files with 9 additions and 0 deletions

View File

@ -51,6 +51,15 @@ a:hover { color:#000; text-decoration: none; }
.books:hover { width: 100%; background-color: silver; }
.link a:hover { display:inline-block; width: 100%; background-color: #778899; /*Dirty IE Hack*/ zoom: 1; *display: inline;}
.mfp-content .bookpopup {
position: relative;
background: #FFF;
padding: 20px;
width: auto;
max-width: 700px;
margin: 20px auto;
}
img
{
margin:0;