Fix css for userguide and welcome page

This commit is contained in:
Humdinger 2017-01-02 19:14:48 +01:00
parent 30f554d464
commit 4d23ea8e81
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) */
a.printurl:after {
content: " <" attr(href) ">";
content: " &lt;" attr(href) "&gt;";
font-weight: normal;
font-size: small;
}

View File

@ -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: " &lt;" attr(href) "&gt;";
font-weight: normal;
font-size: small;
}