scribeengine/scribeengine/public/styles/print.css

14 lines
198 B
CSS
Raw Normal View History

2010-02-24 11:54:09 +00:00
html,
2010-02-24 11:53:03 +00:00
body {
2010-02-24 11:54:09 +00:00
background-color: #fff;
2010-02-24 11:53:03 +00:00
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 13px;
color: #000;
}
#menu,
#sidebar,
#commentform {
display: none;
}