20 lines
687 B
CSS
20 lines
687 B
CSS
/*
|
|
Styles defined in this file override styles set in luna_print_core.css, which
|
|
itself overrides luna.css and luna_core.css. Changes to this file will NOT be
|
|
overwritten during upgrades. To use this file, you must uncomment the line:
|
|
|
|
<link type="text/css" rel="stylesheet"<%unless page_id eq 'post_view_printable' or in.print == 1%> media="print"<%endif%> href="<%static_url%>/<%t%>/<%theme%>_print.css" />
|
|
|
|
in include_common_head.html. To do this, remove <%-- and --%> lines
|
|
surrounding the above line.
|
|
|
|
See the comments in luna.css for a brief overview on overriding styles.
|
|
*/
|
|
|
|
/* Get rid of the logo at the top of the page: */
|
|
/*
|
|
.print-page #print_logo {
|
|
display: none;
|
|
}
|
|
*/
|