[Pkg-javascript-commits] [pdf.js] 38/161: Fix gaia css lint errors.

David Prévot taffit at moszumanska.debian.org
Sat Apr 19 14:16:21 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository pdf.js.

commit df25bea817b450ceb1bcedd7fdafe0cfa46ea5f3
Author: Brendan Dahl <brendan.dahl at gmail.com>
Date:   Thu Mar 13 17:16:25 2014 -0700

    Fix gaia css lint errors.
---
 extensions/b2g/viewer.css | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/extensions/b2g/viewer.css b/extensions/b2g/viewer.css
index b1d3d7c..94519bf 100644
--- a/extensions/b2g/viewer.css
+++ b/extensions/b2g/viewer.css
@@ -38,8 +38,6 @@ body {
 }
 
 section {
-  overflow: hidden;
-  font-size: 1rem;
   position: absolute;
   top: 0;
   left: 0;
@@ -198,7 +196,7 @@ canvas {
 #loadingBar .progress {
   position: absolute;
   left: 0;
-  width: 0%;
+  width: 0;
   height: 100%;
   background-color: #ddd;
   overflow: hidden;
@@ -206,7 +204,7 @@ canvas {
 }
 
 @keyframes progressIndeterminate {
-  0% { left: 0%; }
+  0% { left: 0; }
   50% { left: 100%; }
   100% { left: 100%; }
 }
@@ -224,7 +222,8 @@ canvas {
   width: 5rem;
 
   background-image: linear-gradient(to right, #999 0%, #fff 50%, #999 100%);
-  background-size: 100% 100% no-repeat;
+  background-size: 100% 100%;
+  background-repeat: no-repeat;
 
   animation: progressIndeterminate 2s linear infinite;
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/pdf.js.git



More information about the Pkg-javascript-commits mailing list