From: clinton Date: Wed, 28 Jan 2009 06:52:13 +0000 (+0000) Subject: Slight improvements to links with the print style and a typo fix X-Git-Url: https://git.hcoop.net/clinton/website/src/unknownlamer.org.git/commitdiff_plain/979a800285b9af437f61d97ec9ec67d2c7fae859 Slight improvements to links with the print style and a typo fix Now links have the URL they reference immediately afterward (useful in a printed document for obvious reasons). --- diff --git a/default.css b/default.css index 45594af..2aacc69 100644 --- a/default.css +++ b/default.css @@ -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