Remove the trailing space in the printed link style
[clinton/website/site/unknownlamer.org.git] / default.css
index 45594af..f87aa83 100644 (file)
@@ -143,6 +143,14 @@ a:visited
   color: #DA3333;
 }
 
+@media print
+{ 
+  a[href]:after
+  {
+    content: " <" attr(href) ">";
+  }
+}
+
 h1,h2,h3,h4,h5
 { 
   font-variant: small-caps;
@@ -265,7 +273,7 @@ img.latex-inline
 { 
   .rating-good
   { 
-    .color: #000000;
+    color: #000000;
   }
 
   .rating-bad