Fix css for userguide and welcome page

This commit is contained in:
Humdinger 2017-01-02 19:14:48 +01:00
parent c53378d108
commit 94bfa9c372
2 changed files with 2 additions and 2 deletions

View File

@ -373,7 +373,7 @@ pre.terminal { /* Terminal output*/
/* some links we want to print the url along with (CSS2) */ /* some links we want to print the url along with (CSS2) */
a.printurl:after { a.printurl:after {
content: " <" attr(href) ">"; content: " &lt;" attr(href) "&gt;";
font-weight: normal; font-weight: normal;
font-size: small; font-size: small;
} }

View File

@ -373,7 +373,7 @@ pre.terminal { /* Terminal output*/
/* some links we want to print the url along with (CSS2) */ /* some links we want to print the url along with (CSS2) */
a.printurl:after { a.printurl:after {
content: " <" attr(href) ">"; content: " &lt;" attr(href) "&gt;";
font-weight: normal; font-weight: normal;
font-size: small; font-size: small;
} }