From 4d23ea8e8161a43d82336b395a96de1747ce99bc Mon Sep 17 00:00:00 2001 From: Humdinger Date: Mon, 2 Jan 2017 19:14:48 +0100 Subject: [PATCH] Fix css for userguide and welcome page --- docs/userguide/Haiku-doc.css | 2 +- docs/welcome/Haiku-doc.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/userguide/Haiku-doc.css b/docs/userguide/Haiku-doc.css index 7a2789019d..59aff8ec23 100644 --- a/docs/userguide/Haiku-doc.css +++ b/docs/userguide/Haiku-doc.css @@ -373,7 +373,7 @@ pre.terminal { /* Terminal output*/ /* some links we want to print the url along with (CSS2) */ a.printurl:after { - content: " <" attr(href) ">"; + content: " <" attr(href) ">"; font-weight: normal; font-size: small; } diff --git a/docs/welcome/Haiku-doc.css b/docs/welcome/Haiku-doc.css index 7a2789019d..59aff8ec23 100644 --- a/docs/welcome/Haiku-doc.css +++ b/docs/welcome/Haiku-doc.css @@ -373,7 +373,7 @@ pre.terminal { /* Terminal output*/ /* some links we want to print the url along with (CSS2) */ a.printurl:after { - content: " <" attr(href) ">"; + content: " <" attr(href) ">"; font-weight: normal; font-size: small; }