1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-31 20:11:59 +02:00

print CSS

This commit is contained in:
Pomax
2017-04-15 13:32:44 -07:00
parent 9b91c9fc2b
commit 30ca488d4a
16 changed files with 173 additions and 88 deletions

View File

@@ -66,3 +66,9 @@ footer {
@import "bspline.less";
@import "code.less";
@import "comments.less";
.print { display: none; }
@media print {
@import "print.less";
}