mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-23 16:48:08 +02:00
15 lines
133 B
CSS
15 lines
133 B
CSS
|
/*#if TRUE*/
|
||
|
div {
|
||
|
margin: 0;
|
||
|
/*#if FALSE*/
|
||
|
padding: 0;
|
||
|
/*#endif*/
|
||
|
}
|
||
|
/*#endif*/
|
||
|
|
||
|
/*#if FALSE*/
|
||
|
p {
|
||
|
margin: 0;
|
||
|
}
|
||
|
/*#endif*/
|