view doc/style_print.css @ 1152:507600811ccd

Comment out css code that slipped through by cut'n paste error. It may be useful at some time though.
author zas_
date Mon, 17 Nov 2008 07:10:32 +0000
parents c564ab6c11fc
children 8ebeab4d6987
line wrap: on
line source

body {
	background: white;
	font-size: 12pt;
}

div.navtop {
	display: none;
}
	
div.navbottom {
	display: none;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

a:link:after, a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
  }

/*
a[href^="/"]:after {
	content: " (http://www.example.com" attr(href) ") ";
}
*/