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*/
|