changeset 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 b83e280ab7cc
files doc/style_print.css
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/style_print.css	Sun Nov 16 19:58:43 2008 +0000
+++ b/doc/style_print.css	Mon Nov 17 07:10:32 2008 +0000
@@ -23,6 +23,8 @@
 	font-size: 90%;
   }
 
+/*
 a[href^="/"]:after {
-	content: " (http://www.alistapart.com" attr(href) ") ";
+	content: " (http://www.example.com" attr(href) ") ";
 }
+*/