aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/css/print.css
blob: a3b0a599b764bd013e1cbe49367f9ccf88a1cbbe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
body > header,
body > footer,
a.top_link,
div.tools,
header div
{
	display: none !important;
}

article
{
	border: none !important;
}

div.vieworiginal a::after
{
	margin-left: 5px;
	content: "("attr(href)")";
}