goldendict-ng/article-style-print.css
2010-05-15 16:42:18 +04:00

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;
}