mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 04:01:39 +03:00
20 lines
263 B
CSS
20 lines
263 B
CSS
@page MyPage:blank {
|
|
@top-center { content: none }
|
|
margin-left: 4cm;
|
|
}
|
|
|
|
@page :blank {
|
|
@top-center { content: none }
|
|
margin-left: 4cm;
|
|
}
|
|
|
|
@page {
|
|
@top-center { content: none }
|
|
margin-left: 4cm;
|
|
}
|
|
|
|
@page {
|
|
@top-center { CONTENT: none }
|
|
MARGIN-LEFT: 4cm;
|
|
}
|