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