7 lines
85 B
CSS
7 lines
85 B
CSS
|
|
||
|
@media screen,handheld {
|
||
|
.citation *.printonly {
|
||
|
display: none;
|
||
|
}
|
||
|
}
|