mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-26 04:51:08 -05:00
17 lines
248 B
CSS
17 lines
248 B
CSS
|
|
@media print {
|
|
|
|
html, body {
|
|
background: #fff;
|
|
color: #222;
|
|
font-size: 8pt;
|
|
font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
|
|
}
|
|
|
|
#container, .replies, .footer {
|
|
display: none;
|
|
}
|
|
|
|
}
|
|
|