Slight improvements to links with the print style and a typo fix
authorclinton <clinton@unknownlamer.org>
Wed, 28 Jan 2009 06:52:13 +0000 (06:52 +0000)
committerclinton <clinton@unknownlamer.org>
Wed, 28 Jan 2009 06:52:13 +0000 (06:52 +0000)
Now links have the URL they reference immediately afterward (useful
in a printed document for obvious reasons).

default.css

index 45594af..2aacc69 100644 (file)
@@ -143,6 +143,14 @@ a:visited
   color: #DA3333;
 }
 
   color: #DA3333;
 }
 
+@media print
+{ 
+  a[href]:after
+  {
+    content: " <" attr(href) "> ";
+  }
+}
+
 h1,h2,h3,h4,h5
 { 
   font-variant: small-caps;
 h1,h2,h3,h4,h5
 { 
   font-variant: small-caps;
@@ -265,7 +273,7 @@ img.latex-inline
 { 
   .rating-good
   { 
 { 
   .rating-good
   { 
-    .color: #000000;
+    color: #000000;
   }
 
   .rating-bad
   }
 
   .rating-bad