]> git.parisson.com Git - pdf.js.git/commitdiff
(I hate myself right now) Reduce pointless differences from the original code.
authorgigaherz <gigaherz@gmail.com>
Fri, 10 Feb 2012 19:27:59 +0000 (20:27 +0100)
committergigaherz <gigaherz@gmail.com>
Fri, 10 Feb 2012 19:27:59 +0000 (20:27 +0100)
web/viewer.css

index 1650ff3df90d2f6e3a115ba53f823396cbbc1ee4..4b6724fbd42a25fa52ed164c42e23d0ce93e404e 100644 (file)
@@ -76,18 +76,17 @@ span#info {
 }
 
 /* === Sidebar === */
-
 #sidebar {
   position: fixed;
   width: 350px;
   top: 62px;
   bottom: 18px;
-  z-index: 1;
   left: -290px;
   transition: left 0.25s ease-in-out 1s;
   -o-transition: left 0.25s ease-in-out 1s;
   -moz-transition: left 0.25s ease-in-out 1s;
   -webkit-transition: left 0.25s ease-in-out 1s;
+  z-index: 1;
 }
 
 #sidebar:hover,