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; }