debian-weasyprint/weasyprint/tests/resources/sub_directory/sheet1.css

17 lines
239 B
CSS

@import url(../sheet2.css) all;
p {
background: currentColor;
}
@media print {
ul {
/* 1ex == 0.8em for ahem. */
margin: 2em 2.5ex;
}
}
@media screen {
ul {
border-width: 1000px !important;
}
}