mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-16 14:41:03 +00:00
9 lines
129 B
CSS
9 lines
129 B
CSS
.print-styles article {
|
|
border: 5px dotted #000;
|
|
}
|
|
@media print {
|
|
article.print-styles-print {
|
|
border: 5px dotted #000;
|
|
}
|
|
}
|