BRcontainer should go all the way to the edge -- with nav hidden use every pixel!
authorMichael Ang <mang@archive.org>
Thu, 21 Oct 2010 09:02:59 +0000 (09:02 +0000)
committerMichael Ang <mang@archive.org>
Thu, 21 Oct 2010 09:02:59 +0000 (09:02 +0000)
BookReader/BookReader.css

index 8e99553..a24f493 100644 (file)
@@ -46,8 +46,8 @@ a {
     float: right;
 }
 #BRcontainer {
-    top:5px;
-    bottom:5px;
+    top:0;
+    bottom:0;
     width:100%;
     z-index: 1;
     overflow-x:auto;