Make book preview image permalinks work for books in item sub-dirs. More consistent...
[bookreader.git] / BookReader / BookReader.css
index 55e1f06..a44c83a 100644 (file)
@@ -8,6 +8,7 @@
     height:25px;
     width:100%;
     background-color: #E6E4E1;
+    overflow: hidden;
 }
 
 #BRtoolbar .label {
     -webkit-box-shadow: 2px 2px 8px #222;
 }
 
+.BRpageimage {
+    background-color: rgb(234, 226, 205);
+}
+
 .BRleafEdgeR {
     border-style: solid solid solid none;
     border-color: rgb(51, 51, 34);