mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
15 lines
167 B
CSS
15 lines
167 B
CSS
/* This stylesheet is used for printing only, overriding article-style.css */
|
|
|
|
body
|
|
{
|
|
background: white;
|
|
}
|
|
|
|
/* Hide audio icons */
|
|
|
|
.dsl_s_wav
|
|
{
|
|
display: none;
|
|
}
|
|
|