From 979a800285b9af437f61d97ec9ec67d2c7fae859 Mon Sep 17 00:00:00 2001 From: clinton Date: Wed, 28 Jan 2009 06:52:13 +0000 Subject: [PATCH] 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). --- default.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 -- 2.20.1