From 94bfa9c3729afc9e33eaade87887c60941097b56 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 --- userguide/Haiku-doc.css | 2 +- welcome/Haiku-doc.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/userguide/Haiku-doc.css b/userguide/Haiku-doc.css index 7a278901..59aff8ec 100644 --- a/userguide/Haiku-doc.css +++ b/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/welcome/Haiku-doc.css b/welcome/Haiku-doc.css index 7a278901..59aff8ec 100644 --- a/welcome/Haiku-doc.css +++ b/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; }