leaflet map - path not working
This commit is contained in:
32
static/suit/less/print.less
Normal file
32
static/suit/less/print.less
Normal file
@@ -0,0 +1,32 @@
|
||||
/* Print styles */
|
||||
@media print {
|
||||
html, body {
|
||||
-webkit-print-color-adjust: exact;
|
||||
}
|
||||
a[href]:after { content: "" !important; }
|
||||
|
||||
select {
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
#header, .left-column, #footer, #push, #suit-left, .actions,
|
||||
.inner-right-column, .add-row {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#wrap, body {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.suit-columns {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.two-columns .center-column {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.inner-two-columns .inner-center-column {
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user