1
0
Fork 0
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:
Yury Delendik 2014-02-10 15:06:03 -06:00
parent 0c268f2345
commit 894c82cec9
3 changed files with 21 additions and 8 deletions

View file

@ -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);