goldendict-ng/article-style-print.css

15 lines
167 B
CSS
Raw Normal View History

2009-05-01 12:20:33 +00:00
/* This stylesheet is used for printing only, overriding article-style.css */
body
{
background: white;
}
2009-05-01 12:34:27 +00:00
/* Hide audio icons */
.dsl_s_wav
{
display: none;
}