mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 06:38:07 +02:00
Update dependencies to the most recent versions
Moreover, fix the linting issues (using `npx gulp lint --fix`) that are found by the new versions of the linting tools.
This commit is contained in:
parent
d88035525c
commit
d2a07dcac6
7 changed files with 271 additions and 288 deletions
|
@ -113,8 +113,8 @@ footer {
|
|||
background-color: rgb(0 0 0 / 0);
|
||||
font-size: 1.2rem;
|
||||
color: rgb(255 255 255 / 1);
|
||||
background-image: url(images/div_line_left.png),
|
||||
url(images/div_line_right.png);
|
||||
background-image:
|
||||
url(images/div_line_left.png), url(images/div_line_right.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: left, right;
|
||||
background-size: 0.2rem, 0.2rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue