mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
Removes -moz-box-sizing usage
This commit is contained in:
parent
0c268f2345
commit
894c82cec9
3 changed files with 21 additions and 8 deletions
4
make.js
4
make.js
|
@ -613,7 +613,9 @@ target.mozcentral = function() {
|
|||
[SRC_DIR + 'core/network.js', MOZCENTRAL_CONTENT_DIR]
|
||||
],
|
||||
preprocessCSS: [
|
||||
['firefox', 'web/viewer.css', MOZCENTRAL_CONTENT_DIR + '/web/viewer.css']
|
||||
['mozcentral',
|
||||
'web/viewer.css',
|
||||
MOZCENTRAL_CONTENT_DIR + '/web/viewer.css']
|
||||
]
|
||||
};
|
||||
builder.build(setup);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue